In the course of making and using go-openchargemap, some POI queries were failing due to inconsistencies between the OpenChargeMap OpenAPI spec and the the OpenChargeMap implementation:
You can find my modified OCM OpenAPI YAML here... In addition to the fixes here, it also adds:
- one
x-go-name: ChargePoint line due to Golang generation issues
- changes the
boundingbox query param from array to string as I was having issues; I think that might be me though.
I have tremendous gratitude for this project! Thank you! ❤️
In the course of making and using
go-openchargemap, some POI queries were failing due to inconsistencies between the OpenChargeMap OpenAPI spec and the the OpenChargeMap implementation:UserComment:
IDisintin the code but is astringin the OpenAPI YAML.MediaItems:
IDandChargePointIDareintin the code, but they arestringin the OpenAPI YAML.You can find my modified OCM OpenAPI YAML here... In addition to the fixes here, it also adds:
x-go-name: ChargePointline due to Golang generation issuesboundingboxquery param fromarraytostringas I was having issues; I think that might be me though.I have tremendous gratitude for this project! Thank you! ❤️