-
Notifications
You must be signed in to change notification settings - Fork 406
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support hubot api #438
Support hubot api #438
Conversation
Signed-off-by: Hiroshi Miura <[email protected]>
Signed-off-by: Hiroshi Miura <[email protected]>
Signed-off-by: Hiroshi Miura <[email protected]>
In previous PR , I just put API related resources out of constraints (authenticated :user). Because it is not working for channels:activities nested resource, put these out of authorized_or_have_token constraints. welcome suggestions! |
Signed-off-by: Hiroshi Miura <[email protected]>
This reverts commit e27b412.
This reverts commit e42d51a. Because of spec test failure.
Due to a failure of Travis CI test, I've reverted last modifications. It will be tried again in a separate PR. |
Drop here and I'd like to submit cleaned PR agian. |
#393 is incomplete support for hubot master branch. It produce 404 error for /me? /channels? api access.
because API with auth_token is considered as unauthorized access in routes.rb.
Here is additional fix to #393 PR.
This PR is tested against hubot master.