Skip to content

Commit

Permalink
Merge pull request #4793 from openstates/ny-fix-events-api-call
Browse files Browse the repository at this point in the history
NY: fix events API call
  • Loading branch information
jessemortenson authored Jan 13, 2024
2 parents 5022048 + 19742b4 commit 8261c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrapers/ny/apiclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class OpenLegislationAPIClient(object):
"committees/{session_year}/{chamber}/{committee_name}/history"
"?limit={limit}&offset={offset}&full={full}&order={sort_order}"
),
meetings=("agendas/meetings/{start}/{end}?"),
meetings=("agendas/meetings/{start}/{end}?limit=1000"),
meeting=("agendas/{year}/{agenda_id}/{committee}?"),
members=(
"members/{session_year}?limit={limit}&offset={offset}&full={full}"
Expand Down

0 comments on commit 8261c4e

Please sign in to comment.