added notes to the API docs regarding the two API versions, and a warning to the config docs. Also updated the client tests to work with the new default
This commit is contained in:
@ -75,5 +75,6 @@ function Client(config) {
|
||||
|
||||
Client.apis = {
|
||||
'master': require('./api'),
|
||||
'1.0': require('./api'),
|
||||
'0.90': require('./api_0_90')
|
||||
};
|
||||
Reference in New Issue
Block a user