Wednesday, March 28, 2018

Using the ArangoDB Swagger.io Interactive API Documentation

DZone Database Zone
Using the ArangoDB Swagger.io Interactive API Documentation
Using the ArangoDB Swagger.io Interactive API Documentation

ArangoDB can bundle its regular API documentation in Swagger.IO API description format. You can browse and explore it interactively via the ArangoDB web interface.

Working With the Swagger.io API Tool

Now you've loaded the Swagger.io API documentation, let's play with it. We're choosing a route that accepts a simple JSON post document. Executing a simple AQL query does so.

No comments:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...