Closed cpiker closed 2 years ago
@tloubrieu-jpl can we track down the issue here ASAP?
@tloubrieu-jpl this was a user identified critical bug that has now been open for 2 weeks. can we please look at this or get someone to look at this ASAP?
@jordanpadams sorry I missed that. I will do something for that today.
Hi @cpiker
Sorry for the delay.
There is an error in the quickstart documentation, the import command for CollectionsAPI should be
from pds.api_client.api.collections_api import CollectionsApi
I will update the documentation. Sorry again for the delay.
@cpiker @jordanpadams
I have updated the documentation on https://nasa-pds.github.io/pds-api-client/quickstart/index.html
I will close the ticket with that. You can re-open it or open a new one if something else goes wrong.
Thanks
closed per 295f0a5792b7c5b892bbef43feb393c27ae8d23b
Thanks for updating the docs, I was able to get a bit further. Though the example code linked above gives a 500 Internal Server Error, I presume that's just a temporary outage.
Thanks @cpiker , let's create new ticket for this issue
🐛 Describe the bug
Example code in quickstart/index.rst doesn't work for version 0.8.0.
📜 To Reproduce
Steps to reproduce the behavior
where $HOME represents user home directory.
🕵️ Expected behavior
An import with no traceback
📚 Version of Software Used
0.8.0 from PIP install
🖥 System Info
OS: Linux, ubuntu 20, python3.8
🦄 Related requirements
⚙️ Engineering Details