CatgirlIntelligenceAgency/code/services-application/api-service
Viktor Lofgren e3ebb0c5bb (*) Rename the search filter 'RETRO' into 'POPULAR'
This will make the terminology more consistent between the GUI and the code.  The rankings yaml still uses 'retro' though, for to retain compatibility.
2023-12-09 20:06:54 +01:00
..
src (*) Rename the search filter 'RETRO' into 'POPULAR' 2023-12-09 20:06:54 +01:00
build.gradle (refactor) Remove api:search-api 2023-10-09 14:42:33 +02: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.