CatgirlIntelligenceAgency/code/services-satellite/api-service
2023-03-12 10:04:48 +01:00
..
src/main/java/nu/marginalia/api Move all code to a code directory. 2023-03-07 17:14:32 +01:00
build.gradle The refactoring will continue until morale improves. 2023-03-12 10:04:48 +01:00
readme.md Move all code to a code directory. 2023-03-07 17:14:32 +01:00

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 handles REST requests and delegates to the appropriate handling classes.