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 "datasetresults" endpoint #38

Closed horsburgh closed 7 years ago

horsburgh commented 7 years ago

Create datasetresults endpoint. See the REST API design document:

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

This should use the getDatasetResults() function in the ODM2 Python API

Elijahwalkerwest commented 7 years ago

I see this function in the REST API, but no updates here. Confirming with whoever implemented, is this OK to close?

lsetiawan commented 7 years ago

If its on the demo site, it's ready to close. Thanks.

On Nov 17, 2017 10:06 AM, "Elijahwalkerwest" notifications@github.com wrote:

I see this function in the REST API, but no updates here. Confirming with whoever implemented, is this OK to close?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ODM2/ODM2RESTfulWebServices/issues/38#issuecomment-345317783, or mute the thread https://github.com/notifications/unsubscribe-auth/AQ-jvOTe7OV6hbrP9lWvS0HhBfbgjQOVks5s3coXgaJpZM4QcyIt .

lsetiawan commented 7 years ago

DONE.