Using go-data-gov-gr-sdk with gov.bc.ca

Go integration

Install
go get github.com/ppapapetrou76/go-data-gov-gr-sdk
Quick start
import "go-data-gov-gr-sdk"

// Initialize client
client := go-data-gov-gr-sdk.NewClient("YOUR_API_KEY")
Lists the geographical areas (e.g. districts) that can be used to filter events.
curl \
  http://api.open511.gov.bc.ca/areas
Lists road events
curl \
  http://api.open511.gov.bc.ca/events
Lists the jurisdictions publishing data through this Open511 API implementation
curl \
  http://api.open511.gov.bc.ca/jurisdiction
SDK on GitHub 📄 API Docs
SDK
go-data-gov-gr-sdk
Go
API
gov.bc.ca
gov.bc.ca:open511
At a glance
Language Go
Endpoints4
Base URLhttp://api.open511.gov.bc.ca