Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Provide default charm store URL #46
Conversation
|
Test PASSed. |
petevg
commented
Oct 14, 2016
•
|
LGTM/+1 (disregard the earlier version of this comment complaining about formatting in the tests.) |
| @@ -15,6 +15,8 @@ | ||
| ) | ||
| +API_URL = 'https://api.jujucharms.com/' |
howbazaar
Nov 3, 2016
Owner
I think it would be better and a more minimal change to just set the API_URL to 'https://api.jujucharms.com/v5'
johnsca
changed the title from
Provide default charm store URL and API version
to
Provide default charm store URL
Nov 3, 2016
|
Simplified the diff based on review. |
|
Test PASSed. |
|
|
|
Status: merge request accepted. Url: http://ci.jujugui.org:8080/job/theblues-lib-merge |
johnsca commentedOct 14, 2016
•
Edited 1 time
-
johnsca
Nov 3, 2016
Supports overriding the default URL for backwards compatibility.
Fixes #45