CatgirlIntelligenceAgency/code/api
Viktor Lofgren c41e68aaab (control) New export actions for RSS/Atom feeds and term frequency data
This commit also refactors the executor a bit, and introduces a new converter-feature called data-extractors for this class of jobs.
2024-01-15 14:54:26 +01:00
..
assistant-api (assistant) Make assistant client more robust to the service going down 2024-01-13 18:29:30 +01:00
executor-api (control) New export actions for RSS/Atom feeds and term frequency data 2024-01-15 14:54:26 +01:00
index-api (*) Overhaul settings and properties 2024-01-13 17:12:18 +01:00
process-mqapi (convert) Add basic support for Warc file sideloading 2023-12-06 18:43:55 +01:00
query-api (*) Replace EC_DOMAIN_LINK table with files and in-memory caching 2024-01-08 15:53:13 +01:00
readme.md (refactor) Remove features-search and update documentation 2023-10-09 15:12:30 +02:00

Clients

Core Services

These are clients for the core services, along with what models are necessary for speaking to them. They each implement the abstract client classes from service-client.

All that is necessary is to @Inject them into the constructor and then requests can be sent.

Note: If you are looking for the public API, it's handled by the api service in services-application/api-service.

MQ-API Process API

process-mqapi defines requests and inboxes for the message queue based API used for interacting with processes.

See libraries/message-queue and services-application/control-service.