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:
Spencer Alger
2014-01-17 15:50:06 -07:00
parent babc7bacea
commit 90aa185711
6 changed files with 51 additions and 15 deletions

View File

@ -75,5 +75,6 @@ function Client(config) {
Client.apis = {
'master': require('./api'),
'1.0': require('./api'),
'0.90': require('./api_0_90')
};