Skip to content

Commit

Permalink
Update chatwork.js
Browse files Browse the repository at this point in the history
- ChatWork API Version from v1 to v2
  • Loading branch information
tetsuwo authored May 25, 2017
1 parent 8707831 commit 0700a30
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/chatwork.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*!
* ChatWork - Chrome JavaScript SDK for ChatWork API v1 Preview
* ChatWork - Chrome JavaScript SDK for ChatWork API v2 Preview
*
* Copyright 2013-2014, Tetsuwo OISHI.
* Copyright 2013-2017, Tetsuwo OISHI.
* Dual license under the MIT license.
* http://tetsuwo.tumblr.com
*
* Version: 0.0.1
* Version: 2.0.0
* Date: 2013-11-29
*/

Expand All @@ -19,7 +19,7 @@ function ChatWork(param) {
* @param {object} param
*/
ChatWork.prototype.initialize = function(param) {
this.apiBaseUrl = 'https://api.chatwork.com/v1';
this.apiBaseUrl = 'https://api.chatwork.com/v2';
this.url = 'https://chatwork.com';
this.name = '_chatwork';
this.times = 0;
Expand Down

0 comments on commit 0700a30

Please sign in to comment.