Expand description
A list of the endpoints that the server will accept.
Modules§
- Account endpoints
- Additional Resource endpoints
- Administrative endpoints.
- Animation endpoints. routes for the global animation library
- Audio endpoints
- Billing endpoints
- Category endpoints.
- Circle endpoints
- Course endpoints Endpoints for Course
- Image endpoints.
- JIG endpoints.
- Locale endpoints
- Web Media library endpoints
- Meta endpoints.
- Module endpoints
- Pdf endpoints
- Playlist endpoints
- Resource endpoints
- Search endpoints. routes for the global animation library
- Session endpoints
- User endpoints.
Macros§
Traits§
- Represents a A endpoint that the backend will support, and how to call it.
- Item that can be part of PathParts
- Path of ApiEndpoint
Derive Macros§
- Derive macro that to implements PathPart for IDs. Only works on tuple structs with a single value value that implements ToString like Uuid or u32. If you wanna implement PathPart on types that don’w follow this exact structure do it manually