Skip to content
This repository has been archived by the owner on Dec 21, 2020. It is now read-only.

graphhopper/directions-api-clients

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
php
 
 
 
 
 
 
r
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Deprecated Notice

The sources in this repository are outdated. Instead create fresh sources from within the browser (click on 'Generate Client') or via docker where more languages like ruby are possible:

docker run --rm -v "${PWD}:/local" openapitools/openapi-generator-cli generate \
    -i https://docs.graphhopper.com/openapi.json
    -g go \
    -o /local/out/go

To improve the naming of the classes you can do the following:

curl https://docs.graphhopper.com/openapi.yaml | sed -e 's/Matrix API/Matrix/g' | sed -e 's/Routing API/Routing/g' | sed -e 's/Geocoding API/Geocoding/g' | sed -e 's/Route Optimization API/Route Optimization/g' | sed -e 's/Map Matching API/Map Matching/g' | sed -e 's/Isochrone API/Isochrone/g' > openapi.yaml

Old Readme

See old readme.