Skip to content

openaq/openaq-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenAQ Golang API Client

This library is in early development. DO NOT USE UNTIL 1.0.0 RELEASE

A low-level golang wrapper around the OpenAQ v3 REST API.

Usage

Client

A client is initialized with a configuration struct which holds some global configuration for interacting with the API.

client := NewClient(Config{
    APIKey: "my-openaq-api-key-123456-7890"
})

All methods take a context.Context as the first parameter to allow for context level cancellation and deadlines.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages