graphhopper / directions-api-clients

API clients for various languages for the GraphHopper Directions API
https://docs.graphhopper.com/
Apache License 2.0
30 stars 36 forks source link

Using local routing server #23

Closed JakobMiksch closed 6 years ago

JakobMiksch commented 6 years ago

First of all, THANKS for the great work on GraphHopper and the ecosystem around it!

Question: I have local GraphHopper server running on my laptop and would like to access it with the Python Swagger client of this repository. I did not not find a way to change the API endpoint from the graphhopper.com to localhost:8989.

Is this possible? Could you give me a hint how to do that?

boldtrn commented 6 years ago

Hi, thanks for the question. Please use our forum for questions.

I am not sure if this is possible or if you need to clone this repo, change the endpoint, and regenerate the swagger client. If you cannot find a way in the sourcecode, it might not be possible.