Skip to content

apioo/deutschland-api-sdk-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeutschlandAPI SDK

This SDK helps to access the DeutschlandAPI

Usage

The following example shows how you initialize the client:

import (
	"github.com/apioo/deutschland-api-sdk-go/sdk"
)

var client, _ = sdk.BuildAnonymous();

var collection = client.state().getAll()
for _, state := range collection.Entries {
    fmt.Println(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