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

Update samplingfeaturedatasets endpoint #67

Closed lsetiawan closed 6 years ago

lsetiawan commented 6 years ago

ODM2Python API getSamplingFeatureDatasets read function has been updated by https://github.com/ODM2/ODM2PythonAPI/pull/131. The structure of the resulting object has also changed. related_features has been added! The endpoint should be updated to reflect this change.

NOTE: @Elijahwalkerwest already started working on this on his branch specifically: https://github.com/Elijahwalkerwest/ODM2RESTfulWebServices/commit/bd905857e93772ee3a87fd587f5e8efedde06ba6

lsetiawan commented 6 years ago

The /samplingfeaturedatasets endpoint has been updated to follow the structure of the latest ODM2PythonAPI structure. It was fixed by PR #70 and #71.