Skip to content

Conversation

MyExperiments
Copy link

@MyExperiments MyExperiments commented Dec 7, 2016

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();

alameenkhader and others added 27 commits December 1, 2016 16:37
API to create User #3 - Implement an API for creating 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
# @author aby
#
class UsersController < ApplicationController
def index

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

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

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

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants