MarginaliaSearch/code/services-application/api-service
2024-02-20 15:41:04 +01:00
..
src (refac) Move service discovery injection to a separate guice module 2024-02-20 15:41:04 +01:00
build.gradle (refac) Zookeeper for service-discovery, kill service-client lib (WIP) 2024-02-20 11:41:14 +01: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.