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?
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.
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
tolocalhost:8989
.Is this possible? Could you give me a hint how to do that?