Gov News
Connector for the gov-news API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://news.api.gov.bc.ca - Auth:
bearer(pass your key via theapiKeyinput)
Operations
facebookposts_getbyuri— GET /api/FacebookPosts/ByUri — Get a Facebook post based on a Urihome_get— GET /api/Home — Returns the top level content for the home pageministries_getall— GET /api/Ministries — Get all ministriesministries_getone— GET /api/Ministries/{key} — Get the Ministry associated with the ministry keyministries_getminister— GET /api/Ministries/{key}/Minister — Get the Minister associated with the ministry keynewsletters_getall— GET /api/Newsletters — Get all newsletters
Inputs
apiKey— your gov-news 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: facebookposts_getbyuri
apiKey: <your key>