Bclaws
Connector for the bclaws API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
http://www.bclaws.ca/civix - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_content_aspectid— GET /content/{aspectId} — Describes the documents and directories available within a specific 'aspect' (content group) of the BCLaws libraryget_content_aspectid_civixdocumentid— GET /content/{aspectId}/{civixDocumentId} — Lists the metadata available for the specified index or directory from the BCLaws legislative respositoryget_document_id_aspectid_civixindexid_civixdocum— GET /document/id/{aspectId}/{civixIndexId}/{civixDocumentId} — Retrieves a specific document from the BCLaws legislative repository (HTML format)get_search_aspectid_fullsearch— GET /search/{aspectId}/fullsearch — A listing of metadata available for the specified aspect and search term from the BCLaws legislative repository
Inputs
apiKey— your bclaws 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_content_aspectid
apiKey: <your key>