CatgirlIntelligenceAgency/code/services-application/api-service/readme.md
Viktor Lofgren 5dd55c7cad (refactor) Rename satellite services to application services
This is a better descriptor, since they now all implement different applications on top of the core services' APIs.
2023-10-09 13:45:45 +02:00

7 lines
276 B
Markdown

# API
The API service acts as a gateway for public API requests, it deals with API keys and rate limiting and so on.
## Central Classes
* [ApiService](src/main/java/nu/marginalia/api/ApiService.java) handles REST requests and delegates to the appropriate handling classes.