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 "samplingfeaturedatasets" endpoint #42

Closed horsburgh closed 7 years ago

horsburgh commented 7 years ago

Create samplingfeaturedatasets endpoint. See REST API design document:

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

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

lsetiawan commented 7 years ago

This was addressed by #27.