Crate deboa_macros

Crate deboa_macros 

Source

Macros§

delete
Make a DELETE request to the specified URL.
fetch
Make a GET request to the specified URL.
get
Make a GET request to the specified URL.
patch
Make a PATCH request to the specified URL.
post
Make a POST request to the specified URL.
put
Make a PUT request to the specified URL.

Attribute Macros§

bora
The bora attribute macro is used to generate a Deboa client. With this macro you can define the API endpoints and their methods. You can define multiple endpoints and methods in the same macro.