bcgov / DBC-APIM

DataBC OPEN API Services
Apache License 2.0
1 stars 0 forks source link

OpenAPI spec - Route Planner - Add examples #79

Open BK01 opened 6 years ago

BK01 commented 6 years ago

Add examples to the Route Planner API spec (OAS 3).

directions outputFormat = json points = -123.70794,48.77869,-123.53785,48.38200

distance /distance outputFormat = json points = -123.70794,48.77869,-123.53785,48.38200

/distance/betweenPairs outputFormat = json fromPoints = -123.70794,48.77869,-123.53785,48.38200 toPoints = -124.972951,49.715181,-123.139464,49.704015

route outputFormat = json points = -123.70794,48.77869,-123.53785,48.38200

banders commented 6 years ago

@BK01 Examples added:

https://github.com/banders/api-specs/blob/upgrade-to-openapi3/router/router.json

BK01 commented 6 years ago

UAT complete in cad.data