Module endpoints

Source
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
Pdf endpoints
playlist
Playlist endpoints
resource
Resource endpoints
search
Search endpoints. routes for the global animation library
session
Session endpoints
user
User endpoints.

Macros§

make_path_parts

Traits§

ApiEndpoint
Represents a A endpoint that the backend will support, and how to call it.
PathPart
Item that can be part of PathParts
PathParts
Path of ApiEndpoint

Derive Macros§

PathPart
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