dragonroll/documentation/docs/server/api.md
BinarySandia04 62471fa858
Some checks failed
test / run-tests-client (push) Successful in 18s
test / run-tests-backend (push) Failing after 15s
More documentation and sockets now work
2024-10-15 14:50:14 +02:00

47 lines
529 B
Markdown

# ServerApi
## BackendApi
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
### socket
### createModel
### createModule
## BackendRouter
### get
### post
### put
### delete
### createModelRoutes
## BackendModule
### router
### socket
### createModel
## BackendModel
### find
### findOne
### findById
### create
### updateOne
### updateMany