Skip to content

Latest commit

Β 

History

History
37 lines (29 loc) Β· 2.75 KB

README.md

File metadata and controls

37 lines (29 loc) Β· 2.75 KB

πŸ“– Booklooker

License Linters Go Reference Support me

Plaenkler/Booklooker enables HTTP requests to be made to the Booklooker API. The library abstracts the constructs and allows developers to interact with the Booklooker API through a convenient and intuitive interface.

delete article example import file example

🎯 Project goals

  • Implementation of all models and handlers
  • Client with automatic token renewal
  • Implementation of one example for each handler

βœ… Examples

A separate example has been implemented for each interface of the API. All examples use the client for authentication except the authentication example itself if there is a desire to implement a separate client.