graphhopper / directions-api-clients

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

moved to OpenAPI 3 Spec #38

Closed karussell closed 4 years ago

karussell commented 4 years ago

This was created still with swagger codegen v 3.0.11. I needed to work around mainly two things:

The java examples seems to work and test seems to pass. I have published a new version 0.13.0-pre1 to see if all is ok.

Several other languages are no longer supported due to swagger codegen.

The openapi-generator makes other problems :( ... I strongly believe we should not invest too much into these autogenerated clients as the state has not much improved for years

Update: probably it is best to forward users to https://editor.swagger.io. They would then copy and paste the (slightly improved) open api spec yaml and create the most recent client on their own.