Files
raven/docs/8.0/ayanova/docs/api-intro.md
2022-03-25 23:41:07 +00:00

1.2 KiB

Developers API

AyaNova features a RESTful API that can be used by developers to integrate their applications with AyaNova.

The AyaNova user interface web application uses this same API for all access to AyaNova so anything you can do in AyaNova you can do in code.

AyaNova comes with a API explorer console that can be used by developers to test and experiment with each API route without writing code and view the shape of the data.

AyaNova web app is also an extremely helpful source of information, by opening your browser's developer console and initiating actions within the AyaNova web app you can examine the network requests and responses to see how it's done within AyaNova.

We also have documentation on the API Request format, API Response format and API Error codes.

In addition we have a developers forum COMING SOON for peer to peer support and occasionally AyaNova development department response as time permits.

Note that support for development integration (help writing code) is beyond the scope of the technical support we provide, however any technical issues (bugs) found with the API are available for support.