CatgirlIntelligenceAgency/code/services-satellite/api-service
Viktor 112f43b3a1
Api service response cache (#16)
* Add response caching to the API service to help SearXNG

* Clean up the code a bit.

* Add an endpoint without a terminating slash for getLicense.

* Add tests for API service.
2023-04-22 15:42:32 +02:00
..
src Api service response cache (#16) 2023-04-22 15:42:32 +02:00
build.gradle Api service response cache (#16) 2023-04-22 15:42:32 +02: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.