MarginaliaSearch/services-satellite/api-service
2023-03-04 14:17:13 +01:00
..
src/main/java/nu/marginalia/api Restructuring the git repo 2023-03-04 13:19:01 +01:00
build.gradle Remove old unused protobuf crap 2023-03-04 14:17:13 +01:00
readme.md Readme for API-service 2023-03-04 14:10: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.