MarginaliaSearch/api/readme.md

8 lines
340 B
Markdown
Raw Normal View History

2023-03-04 12:19:01 +00:00
# Core Service Clients
These are clients for the [core services](../services-core/), along with what models
2023-03-06 17:32:13 +00:00
are necessary for speaking to them. They each implement the abstract client classes from
[service-client](../common/service-client).
2023-03-04 12:19:01 +00:00
All that is necessary is to `@Inject` them into the constructor and then
requests can be sent.