nmfta-repo / nmfta-opentelematics-api

API Blueprint for Open Telematics API
Apache License 2.0
13 stars 6 forks source link

fix the API version parameter #122

Closed BenGardiner closed 5 years ago

BenGardiner commented 5 years ago

all of the version URI parameters in the spec are represented as variables; however, we only expect v1 as an admissable value. Furthermore, because they are represented as variables, all of the generated SDK function interfaces (by APImatic) take a version argument.