-
Notifications
You must be signed in to change notification settings - Fork 1
Documentation
The database structure can be found as a ER diagram here
API endpoints are described in a swagger file. The swagger is hosted here. But you can also read the swagger file straight from the repository dev branch swagger folder, it is 100% the latest version of the swagger.
The code API architecture diagram can be found here.
There is an example endpoint containing the most used decorators, functions etc. as well as detailed explanations of Nest core concepts. The code can be found from the characterClass folder. It is advisable to use the code from this folder as example, since the code found in another folders might contain old and deprecated code.
If you need to find an example of authorization rules, the example rules for the characterClass can be used.
API has some complex processes and the logic of them can be found here
The release notes, describing changes made in each API build, can be found here and swagger files of them here