MarginaliaSearch/code/services-application/api-service
2024-12-10 19:13:13 +01:00
..
java/nu/marginalia/api (search) Remove Spark and migrate to Jooby for the search service 2024-12-10 19:13:13 +01:00
test/nu/marginalia/api/svc (test) Remove tests from fast suite 2024-11-17 19:45:59 +01:00
build.gradle (build) Fix dependency churn from testcontainers 2024-08-25 10:35:48 +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.