Skip to content

Releases: ODM2/ODM2RESTfulWebServices

v0.1.0-alpha

31 Jan 20:45
91ba7c8
Compare
Choose a tag to compare
v0.1.0-alpha Pre-release
Pre-release

First release of ODM2 REST API: A Python RESTful web service application programming interface for accessing data in an ODM2 database via Django REST SWAGGER APIs.

NEW

Major overhaul to the legacy rest api. Details on architectural decision can be found on issue #11.

  • Utilization of ODM2 Python API for back-end querying.
  • API endpoints documentation/interface via Swagger UI.
  • Continuous integration via Travis for each endpoints.