Gov Gwells
Connector for the gov-gwells API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://apps.nrs.gov.bc.ca/gwells/api/v1 - Auth:
header:JWT(pass your key via theapiKeyinput)
Operations
aquifer_codes_demand_list— GET /aquifer-codes/demand/ — return a list of aquifer demand codesaquifer_codes_materials_list— GET /aquifer-codes/materials/ — return a list of aquifer material codesaquifer_codes_productivity_list— GET /aquifer-codes/productivity/ — return a list of aquifer productivity codesaquifer_codes_quality_concerns_list— GET /aquifer-codes/quality-concerns/ — return a list of quality concern codesaquifer_codes_subtypes_list— GET /aquifer-codes/subtypes/ — return a list of aquifer subtype codesaquifer_codes_vulnerability_list— GET /aquifer-codes/vulnerability/ — return a list of aquifer vulnerability codes
Inputs
apiKey— your gov-gwells 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: aquifer_codes_demand_list
apiKey: <your key>