Bc Bcgnws
Connector for the bc-bcgnws API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://apps.gov.bc.ca/pub/bcgnws - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_featurecategories— GET /featureCategories — Get all feature categoriesget_featureclasses— GET /featureClasses — Get all feature classesget_featuretypes— GET /featureTypes — Get all feature typesget_features_featureid— GET /features/{featureId} — Get a feature by its featureIdget_nameauthorities— GET /nameAuthorities — Get all name authoritiesget_names_changes— GET /names/changes — Search for names with metadata changes in a given period
Inputs
apiKey— your bc-bcgnws API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_featurecategories
apiKey: <your key>