Domains - MatthieuLPro/elo_brain_v1 GitHub Wiki
Alpha
It is the SmashGG API end points. There is all the logic to create specific required queries to call the API.
- Contracts : All the contracts to create consistent entities.
- Dictionaries : All the dictionaries to adapt user friendly arguments to SmashGG API. Example : The argument 'paris' is translated by the following coordinates '48.8534,2.3488'.
- Entities : All the entities.
- Queries : The specific queries required by the API to get the needed data.
API
It is the authorization logic to verify if the client is authorized to call Elo Brain API routes.