Re-exports§
pub use api::*;
Modules§
Macros§
- api_
controller - Macro for generating controller structs
- api_
delete - Macro for generating DELETE endpoints with path parameters
- api_
delete_ with_ body - api_get
- api_
get_ with_ path - Macro for generating GET endpoints with path parameters
- api_
get_ with_ path_ and_ query - Macro for generating GET endpoints with both path and query parameters
- api_
get_ with_ query - Macro for generating GET endpoints with query parameters
- api_
patch - Macro for generating PATCH endpoints with request body
- api_
patch_ with_ path - Macro for generating PATCH endpoints with path parameters
- api_
post - Macro for generating POST endpoints with body
- api_
post_ no_ body - Macro for generating POST endpoints with no body
- api_
post_ with_ path - api_
post_ with_ path_ no_ body - Macro for generating POST endpoints with path parameters and no request body
- api_
request_ common