CatgirlIntelligenceAgency/code/services-application/api-service
Viktor Lofgren 5a62b3058f (query-api) Make the search set identifier a string value in the API
This will free the core marginalia search engine to use arbitrary search set definitions, while the app can use its hardcoded defaults.
2024-01-16 10:55:24 +01:00
..
src (query-api) Make the search set identifier a string value in the API 2024-01-16 10:55:24 +01:00
build.gradle (test) Clean up test usage of migrations 2024-01-12 15:55:50 +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.