Skip to content

Commit

Permalink
Merge pull request #11 from brainrepo/master
Browse files Browse the repository at this point in the history
Added not documented /users.admin.invite command
  • Loading branch information
Connor S. Parks authored and Connor S. Parks committed Apr 17, 2015
2 parents 953bb01 + d4a5c46 commit b73a6b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
4 changes: 4 additions & 0 deletions src/Core/Commander.php
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,10 @@ class Commander {
'users.setPresence' => [
'token' => true,
'endpoint' => '/users.setPresence'
],
'users.admin.invite' => [
'token' => true,
'endpoint' => '/users.admin.invite'
]
];

Expand Down

0 comments on commit b73a6b6

Please sign in to comment.