REST API
Example 4: REST interface to ApertureDB.
The following files are under rest_api
File | Description | instructions |
---|---|---|
rest_api.py | Interactions with ApertureDB using python's requests | python rest_api.py |
rest_api.js | Interactions with ApertureDB using javascript with axios | Is included in index.html |
index.html | A web page that renders from responses from ApertureDB | Tested on chrome |