dragonroll/documentation/docs/server/api.md
BinarySandia04 2753bb4331
Some checks failed
test / run-tests-client (push) Successful in 52s
test / run-tests-backend (push) Failing after 18s
More docs and better module data params
2024-10-15 11:01:51 +02:00

43 lines
505 B
Markdown

# ServerApi
## BakcendApi
The BackendApi object is used for interacting with everything related to the Dragonroll backend. It is passed to the `Main` function at the entrypoint defined in the [plugin.json](/plugin/plugin.json) file
### router
### createModel
### createModule
## BackendRouter
### get
### post
### put
### delete
### createModelRoutes
## BackendModule
### router
### createModel
## BackendModel
### find
### findOne
### findById
### create
### updateOne
### updateMany