MarginaliaSearch/code/services-application/api-service
2024-04-16 15:25:23 +02:00
..
java/nu/marginalia/api (refac) Merge service-discovery and service modules 2024-03-03 10:49:23 +01:00
test/nu/marginalia/api/svc (refac) Remove src/main from all source code paths. 2024-02-23 16:13:40 +01:00
build.gradle (build) Upgrade jib plugin version 2024-04-16 15:25:23 +02:00
readme.md (docs) Begin un-fucking the docs after refactoring 2024-02-27 21:22:21 +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.