api.congress.gov
api.congress.gov copied to clipboard
Create typed return values
trafficstars
Should be straightforward in java - basically every endpoint has a response type that it returns instead of a string.
In python the dataclass decorator can be used