Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oblonski/809b91874c4c5d1fd8a7ff68efb5b351 to your computer and use it in GitHub Desktop.
Save oblonski/809b91874c4c5d1fd8a7ff68efb5b351 to your computer and use it in GitHub Desktop.
GraphHopper Directions API - Postman Environment File
{
"id": "34c33790-52a5-4b25-a02e-c6f1168aaecc",
"name": "directions_api_env",
"values": [
{
"key": "api_key",
"value": "",
"description": "",
"enabled": true
},
{
"key": "geocode_url",
"value": "https://graphhopper.com/api/1/geocode",
"description": "",
"enabled": true
},
{
"key": "isochrone_url",
"value": "https://graphhopper.com/api/1/isochrone",
"type": "text",
"description": "",
"enabled": true
},
{
"key": "map_matching_url",
"value": "https://graphhopper.com/api/1/match",
"type": "text",
"description": "",
"enabled": true
},
{
"key": "matrix_batch_solution_url",
"value": "https://graphhopper.com/api/1/matrix/solution",
"type": "text",
"description": "",
"enabled": true
},
{
"key": "matrix_batch_url",
"value": "https://graphhopper.com/api/1/matrix/calculate",
"type": "text",
"description": "",
"enabled": true
},
{
"key": "matrix_url",
"value": "https://graphhopper.com/api/1/matrix",
"type": "text",
"description": "",
"enabled": true
},
{
"key": "optimization_solution_url",
"value": "https://graphhopper.com/api/1/vrp/solution",
"type": "text",
"description": "",
"enabled": true
},
{
"key": "optimization_url",
"value": "https://graphhopper.com/api/1/vrp/optimize",
"type": "text",
"description": "",
"enabled": true
},
{
"key": "route_url",
"value": "https://graphhopper.com/api/1/route",
"type": "text",
"description": "",
"enabled": true
}
],
"_postman_variable_scope": "environment",
"_postman_exported_at": "2019-04-12T19:02:58.432Z",
"_postman_exported_using": "Postman/7.0.6"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment