layout | title | titleLeader | menuTopTitle | categories | faqOrder |
---|---|---|---|---|---|
page |
How to use APIs |
FAQ | |
FAQs |
reference |
3 |
The on-line API documentation explains the data that modules expect and return on their APIs. The associated list of endpoints will also assist.
See Wiki Working with FOLIO APIs. Get help in the FOLIO Slack #learning-apis channel.
To connect to the APIs, there are several software options:
The Okapi Guide has detailed examples and explanations how to use APIs with command-line tool curl
.
The okapi-curl is a shell script that wraps curl.
The okapi-cli is a command-line interface written in Java.
The OkapiCLI.py is a command-line interface written in Python.
The stripes-cli is a command-line interface written in JavaScript that can connect to back-end APIs and help front-end developers that use FOLIO's User Interface framework Stripes.
The folio-api-tests Github repository contains Postman collections for the APIs of some FOLIO modules. Use them with Postman or Newman.
HTTPie has a command-line tool and also a user interface.