Skip to content

v0.1.0-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@lsetiawan lsetiawan released this 31 Jan 20:45
· 1 commit to master since this release
91ba7c8

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.