Expand description
A list of the endpoints that the server will accept.
Modules§
- account
- Account endpoints
- additional_
resource - Additional Resource endpoints
- admin
- Administrative endpoints.
- animation
- Animation endpoints. routes for the global animation library
- audio
- Audio endpoints
- billing
- Billing endpoints
- category
- Category endpoints.
- circle
- Circle endpoints
- course
- Course endpoints Endpoints for Course
- image
- Image endpoints.
- jig
- JIG endpoints.
- locale
- Locale endpoints
- media
- Web Media library endpoints
- meta
- Meta endpoints.
- module
- Module endpoints
- Pdf endpoints
- playlist
- Playlist endpoints
- resource
- Resource endpoints
- search
- Search endpoints. routes for the global animation library
- session
- Session endpoints
- user
- User endpoints.
Macros§
Traits§
- ApiEndpoint
- Represents a A endpoint that the backend will support, and how to call it.
- Path
Part - Item that can be part of PathParts
- Path
Parts - Path of ApiEndpoint
Derive Macros§
- Path
Part - 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