ODM2 / ODM2RESTfulWebServices

A Python RESTful web service inteface for accessing data in an ODM2 database via Django rest swagger APIs.
http://odm2.github.io/ODM2RESTfulWebServices/
BSD 3-Clause "New" or "Revised" License
3 stars 4 forks source link

Create "variables" endpoint #44

Closed horsburgh closed 7 years ago

horsburgh commented 7 years ago

Create variables endpoint. See the REST API design document:

https://docs.google.com/document/d/1hwUr514gm5JlqUuGkowyF-llbWpTaPo62ZyONDF5Zzg/edit#bookmark=id.qx9svbvhkehr

This endpoint should use the ODM2 Python API getVariables() function.

lsetiawan commented 7 years ago

Has been added. Closing.