API Reference
Overview
Once the containerized API is set up, it's time to get familiar with the endpoints and the specifications required to process requests. There are many languages that can be used to access the endpoints. Its important for users to be comfortable with best practices for using APIs in their language of choice.
Some examples of convenience packages used in various languages include:
Language | Package | Reference |
---|---|---|
Javascript | axios | |
Python | requests | |
Golang | http | |
Java | spring | |
Scala | http4s |
Last updated