deutschland-api-sdk
v0.1.6
Published
Client SDK to access the Deutschland API
Downloads
42
Readme
DeutschlandAPI SDK
This SDK helps to access the DeutschlandAPI
Usage
The following example shows how you initialize the client:
const client = Client::buildAnonymous();
const collection = client.state().getAll();
collection.getEntries().forEach((state: State) => {
console.log(city.name);
});
More information about the complete API at: https://app.typehub.cloud/d/deutschland-api/sdk
