CatgirlIntelligenceAgency/code/services-satellite/api-service
2023-08-23 13:30:55 +00:00
..
src (api-service) Mq endpoint for flushing caches 2023-08-05 14:42:16 +02:00
build.gradle Upgrade gradle and docker plugin to support native JDK20 environments 2023-08-23 13:30:55 +00: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.