There was an error while loading. Please reload this page.
client.government
Endpoints: • government.getByCountryId
.get()
Get the government snapshot for a country.
await client.government.get(country_id: 'str') -> 'Government'
country_id
str
*Required*
.invalidate_cache()
Clear the SWR cache for all resources.
await client.government.invalidate_cache() -> 'None'