You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
anlausch edited this page Apr 25, 2019
·
4 revisions
General Information and Interactive Documentation
The web-based application programming interface (API) of the central LOC-DB component offers basic Create, Read, Update, Delete (CRUD)-Services intended for general management of the bibliographic resources, as well as more advanced service endpoints, e.g. for statistics on the current system state or for the retrieval of reference target suggestions from external sources. The API is described using Swagger's interactive API documentation [1] feature. Once the application is started, the documentation is accessible at /docs.
The documentation indicates for each endpoint the corresponding HTTP request method, the name, its purpose, the parameters (with types and description) and more. Moreover, it allows the user to directly try out the services to illustrate the usage in an interactive way. We recommend all programmers that intend to build an application on top of the LOC-DB central component, to take a look at this documentation.