nicolargo/glances

Rest API version should be change from 3 to 4

nicolargo opened this issue · 1 comments

In the Glances RestfulAPI and rest unitest:

API_VERSION = '3'

should be change to:

API_VERSION = '4'

Warning: break the compatibility with external tools (URL is now /api/4/).

Done in the devop branch.

WARNING: the version 4 is under development so the interface can (and will) change.