Skip to content

apioo/deutschland-api-sdk-csharp

Repository files navigation

DeutschlandAPI SDK

This SDK helps to access the DeutschlandAPI

Usage

The following example shows how you initialize the client:

using DeutschlandAPI.SDK.Client;

Client client = Client.BuildAnonymous()

StateCollection collection = client.State().GetAll();
foreach (State state in collection.Entries())
{
    Console.WriteLine(state.Name);
}

More information about the complete API at: https://app.typehub.cloud/d/deutschland-api/sdk

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Sponsor this project

  •  

Packages

No packages published

Languages