Readme for API-service

This commit is contained in:
Viktor Lofgren 2023-03-04 14:10:32 +01:00
parent 696508034a
commit 83d20ccf48

View File

@ -0,0 +1,7 @@
# 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.