-
Notifications
You must be signed in to change notification settings - Fork 1k
Create json.rst #1721
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create json.rst #1721
Conversation
Document this important method for accessing PyPI package info.
I am not clear on what is expected when I see the message |
Codecov Report
@@ Coverage Diff @@
## master #1721 +/- ##
======================================
Coverage 100% 100%
======================================
Files 82 82
Lines 2957 2957
Branches 356 356
======================================
Hits 2957 2957 Continue to review full report at Codecov.
|
Hi @cclauss, thanks for your contribution. Could you update this to refer to
Some discussion about what the different endpoints could be used for would be great as well. For example, the projects endpoint lists all releases for a project, and the release endpoint includes all the files as well as MD5 and SHA256 hashes. (Since this PR is a bit old, if you're not interested in it anymore, just let me know and I'll close it.) |
Hi @cclauss -- just wanted to let you know we discussed this PR in our meeting today and would love for you to update and extend it to add more instructions for developers using the API! |
Cool.. Will work on it. |
@cclauss I want to give you a heads-up: @di has a PR open, #2992, that addresses a bunch of the same points as your PR. But after his PR is merged, I would still welcome more API documentation from you, such as the example usage you were working on in this PR, or resolving some of our open documentation issues. |
Document this important method for accessing PyPI package info. Fixes #2913.