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
{{ message }}
This repository has been archived by the owner on Feb 4, 2025. It is now read-only.
Was testing out some endpoints, and the endpoint https://api.propublica.org/congress/v1/116/senate/floor_updates/2017/05/02.json returns a 403, with the following response:
{
"message": "Missing Authentication Token"
}
The correct endpoint is https://api.propublica.org/congress/v1/senate/floor_updates/2017/05/02.json, without the current congress parameter (116).
It would make more sense in my mind for that invalid endpoint to return a 404, since it made me double check I was in fact sending the correct header, though it's not really that impactful of an issue.
The text was updated successfully, but these errors were encountered:
Seems related to #228.
Was testing out some endpoints, and the endpoint
https://api.propublica.org/congress/v1/116/senate/floor_updates/2017/05/02.json
returns a 403, with the following response:The correct endpoint is
https://api.propublica.org/congress/v1/senate/floor_updates/2017/05/02.json
, without the current congress parameter (116).It would make more sense in my mind for that invalid endpoint to return a 404, since it made me double check I was in fact sending the correct header, though it's not really that impactful of an issue.
The text was updated successfully, but these errors were encountered: