Bc Geomark
Connector for the bc-geomark 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/geomark - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_geomarks_geomarkid_fileformatextension— GET /geomarks/{geomarkId}.{fileFormatExtension} — Get information about a particular geomarkget_geomarks_geomarkid_boundingbox_fileformatext— GET /geomarks/{geomarkId}/boundingBox.{fileFormatExtension} — Gets the bounding box of the geomarkget_geomarks_geomarkid_feature_fileformatextensi— GET /geomarks/{geomarkId}/feature.{fileFormatExtension} — Get the feature and attribution of the geomarkget_geomarks_geomarkid_parts_fileformatextension— GET /geomarks/{geomarkId}/parts.{fileFormatExtension} — Get the individual geometries within a multi-part geometryget_geomarks_geomarkid_point_fileformatextension— GET /geomarks/{geomarkId}/point.{fileFormatExtension} — Gets a single spatial point representative of the geomark.post_geomarks_copy— POST /geomarks/copy — Create a new geomark by copying the geometries from one or more existing geomarks from the current server.
Inputs
apiKey— your bc-geomark 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_geomarks_geomarkid_fileformatextension
apiKey: <your key>