CatgirlIntelligenceAgency/code/services-application/api-service
Viktor Lofgren d8956c51d0 (refactor) Remove api:search-api
Application services should not have an API, but purely act as clients
to the core services (which should always have an API).
2023-10-09 14:42:33 +02:00
..
src (refactor) Remove api:search-api 2023-10-09 14:42:33 +02:00
build.gradle (refactor) Remove api:search-api 2023-10-09 14:42:33 +02:00
readme.md (refactor) Rename satellite services to application services 2023-10-09 13:45:45 +02: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.