Bikewise
Connector for the bikewise API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://bikewise.org/api - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_version_incidents_format— GET /v2/incidents — Paginated incidents matching parametersget_version_incidents_id_format— GET /v2/incidents/{id}get_version_locations_format— GET /v2/locations — Unpaginated geojson responseget_version_locations_markers_format— GET /v2/locations/markers — Unpaginated geojson response with simplestyled markers
Inputs
apiKey— your bikewise 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_version_incidents_format
apiKey: <your key>