juju / theblues

Python library for the juju charmstore (v4)
GNU Lesser General Public License v3.0
5 stars 22 forks source link

API version should be set by the library instead of supplied by user #45

Closed johnsca closed 8 years ago

johnsca commented 8 years ago

The comments and repo summary say to use v4 of the API, but, as reported in #43, that now fails with the current version of this library.

The library should have the supported API version in the code, instead of relying on it being provided by the user, so that a given release will always reference the API version that it works with.