-
Notifications
You must be signed in to change notification settings - Fork 1k
Document APIs #2992
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
Document APIs #2992
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall, thanks, looks great!
docs/api-reference/json.rst
Outdated
.. http:get:: /pypi/<project_name>/json | ||
|
||
Returns metadata (info) about an individual project at the latest version, | ||
a list of all releases for that project, and project urls. Releases include |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nitpick: "project URLs".
} | ||
} | ||
|
||
:statuscode 200: no error |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A user who's new to using this API might want guidance on the version number chunk of this. I infer that, in this response, within releases
, each key is a version number, which is a string. Could we explicitly say that?
Fixes #2930, fixes #2913, closes #1721.