Using sdk-gov with gov.bc.ca

Solidity integration

Install
# See https://github.com/Gearbox-protocol/sdk-gov
Geocode an address
curl \
  -H "apikey: $API_KEY" \
  https://geocoder.api.gov.bc.ca/addresses.{outputFormat}
Find sites near to a geographic point
curl \
  -H "apikey: $API_KEY" \
  https://geocoder.api.gov.bc.ca/sites/near.{outputFormat}
Find sites in a geographic area
curl \
  -H "apikey: $API_KEY" \
  https://geocoder.api.gov.bc.ca/sites/within.{outputFormat}
SDK on GitHub 📄 API Docs
SDK
sdk-gov
Solidity
API
gov.bc.ca
gov.bc.ca:geocoder
At a glance
Language Solidity
Endpoints16
Base URLhttps://geocoder.api.gov.bc.ca