Possible extra data that you can include on the response for a single item
List result
Single item result
Service Endpoint
Get a single Politician
response = await politician(5);
Id of the Politician.
Possible related Data you can include in the result
PoliticianResult as JSON
Get a list of Politicians
response = await politicianList();
PagerParameters for Paging, RangeParameters for limiting the results or null
Sort simply by a property or more complex by a list of properties
PoliticianListResult as JSON
Generated using TypeDoc
Politician related methods
Abgeordnetenwatch API Documentation