Graphhopper
Connector for the graphhopper API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://graphhopper.com/api/1 - Auth:
query:key(pass your key via theapiKeyinput)
Operations
getclustersolution— GET /cluster/solution/{jobId} — GET Batch Solution Endpointgetgeocode— GET /geocode — Geocoding Endpointgetisochrone— GET /isochrone — Isochrone Endpointgetmatrix— GET /matrix — GET Matrix Endpointgetmatrixsolution— GET /matrix/solution/{jobId} — GET Batch Matrix Endpointgetroute— GET /route — GET Route Endpoint
Inputs
apiKey— your graphhopper 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: getclustersolution
apiKey: <your key>