feat(bill): sort by updateDateIncludingText
#230
Labels
enhancement
New feature or request
Milestone
updateDateIncludingText
#230
The bill list API currently returns items that are not in any particular order (that I recognize). There is an ability to sort by
updateDate
, however it would be nice to have the ability to sort byupdateDateIncludingText
since there is no other way to list legislation text updates. This is useful for caching purposes related to legislation text.Perhaps it makes sense to default sort by
updateDateIncludingText
and continue to offer the sort byupdateDate
option. And/or supportupdateDateIncludingText+desc
/updateDateIncludingText+asc
sort param options.e.g.
curl --location 'https://api.congress.gov/v3/bill/118/hr?format=json&api_key=<API_KEY>'
Response:
The text was updated successfully, but these errors were encountered: