You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd prefer it if the page served me JSON without me having to send that accept header. That way I could explore and understand the API without needing to fire up a terminal or a custom HTTP client.
What's the problem this feature will solve?
When I visit this page in my browser:
https://pypi.org/integrity/pydantic/1.10.19/pydantic-1.10.19-cp310-cp310-macosx_11_0_arm64.whl/provenance
I get this:
To see the content of that page I have to send an
accept
header like this:Describe the solution you'd like
I'd prefer it if the page served me JSON without me having to send that accept header. That way I could explore and understand the API without needing to fire up a terminal or a custom HTTP client.
Additional context
Here's the implementation:
warehouse/warehouse/api/integrity.py
Lines 62 to 67 in 06a2b58
The text was updated successfully, but these errors were encountered: