How to use the API builder

First create a new API and set the content below

You'll have to create a new API route called demo and which will looks like

Once saved, you can click on the INSTALL button on the API edit page (first picture) and your API will be deployed properly.

You should be able to reach your API swagger doc page like that : https://fasty.ovh/_db/db_cms/v1/docs/index.html (we are using our own domain fasty.ovh here)


It's just a very basic sample. You can do even more ... Run AQL requests, session management, authentification, etc... Actually you can do anything you could do with Foxx.

Beware : Tests are not yet implemented. 


Leave a comment