-
Notifications
You must be signed in to change notification settings - Fork 1
API
Moritz Horn edited this page Dec 16, 2024
·
6 revisions
GOKb supports a number of APIs specifically designed to make consuming and integrating easier.
These APIs allow software agents to extract data from GOKb. OAI Interfaces provide a standards based synchronization mechanism. Alternatively, the Opensearch API scoll
endpoint returns records in a more compact JSON format, which also supports further filtering options. REST endpoints are generally used for CRUD operations of single items.
Documented in app at the /coreferencing page with more details here Co referencing Detail
See also :: There is a module called Sync Client Lib In the core repository which extends the OAI interface with change detection. This can be useful for implementers looking to get title level updates from the service.