Expand description
The endpoints of the Square API.
To ensure the crate remains as extensible as possible, we are using the Display trait for the URL of all of the endpoints
Modules§
- bookings
- Bookings functionality of the Square API.
- cards
- Cards functionality of the Square API.
- catalog
- Catalog functionality of the Square API.
- checkout
- Checkout functionality of the Square API.
- customers
- Customers functionality of the Square API.
- inventory
- Inventory functionality of the Square API.
- locations
- Customers functionality of the Square API.
- orders
- Orders functionality of the Square API.
- payment
- Payment functionality of the Square API.
- sites
- Sites functionality of the Square API.
- terminal
- Terminals functionality of the Square API.
Enums§
- SquareAPI
- All of the endpoints of the Square API for which we have implemented some of the functionality.
- Verb
- All of the HTTP verbs that have been implemented and are accepted by the different Square API endpoints.