The Client class encapsulates the endpoints of the Loyverse API and provides a single point of initialization for API requests.
The Client class exposes the following end-points
receipts
customers
loyverse.client.
Client
Loyverse API client
access_token (str) – Access token string to be used to initialize the client
request
Client general request
Customers endpoint
Customer endpoint wrapper
customers (loyverse.endpoints.Customer)
Receipts endpoint
Receipts endpoint wrapper
receipts (loyverse.endpoints.Receipts)