Consuming the Axis REST API
Consuming a REST API such as the Axis REST API is fairly straightforward if you have worked with REST API's before.
If you are new to working with a REST API's, there are currently many frameworks and code library options already written for all popular coding languages such as C#, Java, PHP, Python, Node.js, and many others.
You can find libraries and frameworks for the programming language you are using by doing a search on your favorite search engine like this:
rest api library for {your language}
You can also view some of the example code and libraries in the following pages of this documentation.