This commit is contained in:
2022-03-25 23:41:07 +00:00
parent f1a47293a7
commit 5d81b2ea92
3 changed files with 101 additions and 43 deletions

View File

@@ -2,7 +2,7 @@
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.
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](api-console.md) that can be used by developers to test and experiment with each API route without writing code and view the shape of the data.