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 #19

Closed aufdenkampe closed 7 years ago

aufdenkampe commented 7 years ago

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

Requires new function in https://github.com/ODM2/ODM2PythonAPI

Elijahwalkerwest commented 7 years ago

Implemented and merged. Closing

horsburgh commented 7 years ago

@Elijahwalkerwest - can you please try and catch @sreeder before she leaves today. She and I discussed a reorganization of the object structure for the ODM2 Python API getSamplingFeatureDatasets() function. If she's done this, then this REST endpoint needs to be updated to match where she ended up.

Elijahwalkerwest commented 7 years ago

She mentioned that to me, we've been communicating. I had assumed that would be a separate issue in git, but yes that re-structure we have communicated about.

horsburgh commented 7 years ago

Let's just use this issue until we have an initial implementation that matches what it should be.

emiliom commented 7 years ago

Endpoint is implemented. Closing.