Implement JS API to pull chat window#16
Open
MyExperiments wants to merge 44 commits intofeature/js_apifrom
Open
Implement JS API to pull chat window#16MyExperiments wants to merge 44 commits intofeature/js_apifrom
MyExperiments wants to merge 44 commits intofeature/js_apifrom
Conversation
API to create User #3 - Implement an API for creating User
# Merging without review
# rubocop.yml edit
Updating readme
…feature/create-user
Test for the API to create User
API to expire authentication token #11
# Removing uniqueness check for username
API's to provide and expire authentication token
Looks Good. Merging
'apis' namespace changed to 'api'
houndci-bot
reviewed
Dec 22, 2016
| # @author aby | ||
| # | ||
| class UsersController < ApplicationController | ||
| def index |
There was a problem hiding this comment.
Put empty method definitions on a single line.
houndci-bot
reviewed
Dec 22, 2016
| # @author aby | ||
| # | ||
| class UsersController < ApplicationController | ||
| def index |
There was a problem hiding this comment.
Put empty method definitions on a single line.
houndci-bot
reviewed
Dec 22, 2016
| # @author aby | ||
| # | ||
| class DashboardController < ApplicationController | ||
| def index |
There was a problem hiding this comment.
Put empty method definitions on a single line.
houndci-bot
reviewed
Dec 22, 2016
| # @author aby | ||
| # | ||
| class DashboardController < ApplicationController | ||
| def index |
There was a problem hiding this comment.
Put empty method definitions on a single line.
views generated using `king601/devise-bootstrapped`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
To Integrate chato to the external application, add the following to the HTML layout of the external application:
<script type="text/javascript" src="http://chatohostname/chato_events.js"></script><link rel="stylesheet" type="text/css" href="http://chatohostname/chato.css">To load chat window, call:
chatoEvents.loadChatWindow();