SignalK / signalk-server

An implementation of a Signal K central server for boats.
http://signalk.org
Apache License 2.0
298 stars 150 forks source link

Inconsistent versioning #466

Open bkp7 opened 6 years ago

bkp7 commented 6 years ago

At v 1.0.0 of the this server (from npm) the schema version offered in the endpoint list at http://.../signalk/ is 1.0.0 but the version property returned in the full message from http://.../signalk/v1/api/ is stated as 0.1.0

tkurki commented 6 years ago

You listed the same endpoint twice?

bkp7 commented 6 years ago

Grrr!

Sorry, post edited. Hopefully clear now.

tkurki commented 6 years ago

https://github.com/SignalK/specification/blob/master/src/fullsignalk.js#L31

tkurki commented 6 years ago

https://github.com/SignalK/signalk-server-node/blob/master/lib/interfaces/rest.js#L109

This should be Signal K (api) version, not server version like it is now.