Using governance-sdk with gov.bc.ca

TypeScript integration

Install
npm install governance-sdk
Quick start
import Governance_sdk from 'governance-sdk';

const client = new Governance_sdk({ apiKey: "YOUR_API_KEY" });
Get information about a particular geomark
curl \
  https://apps.gov.bc.ca/pub/geomark/geomarks/{geomarkId}.{fileFormatExtension}
Get the individual geometries within a multi-part geometry
curl \
  https://apps.gov.bc.ca/pub/geomark/geomarks/{geomarkId}/parts.{fileFormatExtension}
Gets a single spatial point representative of the geomark.
curl \
  https://apps.gov.bc.ca/pub/geomark/geomarks/{geomarkId}/point.{fileFormatExtension}
SDK on GitHub 📄 API Docs
SDK
governance-sdk
TypeScript
API
gov.bc.ca
gov.bc.ca:geomark
At a glance
Language TypeScript
Endpoints7
Base URLhttps://apps.gov.bc.ca/pub/geomark