NeotomaDB / api_nodetest

node.js and express implementation for the Neotoma API
MIT License
2 stars 0 forks source link

Dataset route is non-functional #57

Open jpjenk opened 6 years ago

jpjenk commented 6 years ago

Similar to publications the api endpoint for datasets does not work at all. For example:

http://api-dev.neotomadb.org/v2/data/dataset?datasetid=4716

Though that is just one example. Not of the parameters have any effect.

SimonGoring commented 6 years ago

The usage is:

http://api-dev.neotomadb.org/v2/data/datasets?datasetid=4716

For some reason the swagger on the server is not responding to local changes. I will continue to debug this.

jpjenk commented 6 years ago