-
Notifications
You must be signed in to change notification settings - Fork 0
Implement JS API to pull chat window #16
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
base: feature/js_api
Are you sure you want to change the base?
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'
# @author aby | ||
# | ||
class UsersController < ApplicationController | ||
def index |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Put empty method definitions on a single line.
# @author aby | ||
# | ||
class UsersController < ApplicationController | ||
def index |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Put empty method definitions on a single line.
# @author aby | ||
# | ||
class DashboardController < ApplicationController | ||
def index |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Put empty method definitions on a single line.
# @author aby | ||
# | ||
class DashboardController < ApplicationController | ||
def index |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Put empty method definitions on a single line.
views generated using `king601/devise-bootstrapped`
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();