Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

This repository contains Node.js and Python examples for the LiveEngage Users API.

License

Notifications You must be signed in to change notification settings

LiveEngage-Examples/LiveEngage-Users-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

See LP developer site for API docs and guides: https://developers.liveperson.com/documents.html

LiveEngage-Users-API

This repository contains Node.js and Python examples for the LiveEngage Users API. Please see the individual folders for their examples.

Java - Skills API Example

This is a basic example of how to connect to the Users API in Java by using Scribe. In order to run the example you will need to update the Users.java file with your Users API credentials.

Contribution

Thank you David Eleff for providing this example code.

NodeJS - Users API Example

This is a basic example of how to connect to the Users API in NodeJS by using the request module. The example shows how you can get all of the users that are on your account, and how to get more information for a single user by using their id. In order to run this example you will need to update the js file with your Users API credentials.

Python - Users API Sample

This is a basic example of how to connect to the Users API in Python by using the requests_oauthlib library. The example shows how you can get all of the users that are on your account, and how to get more information for a single user by using their id. In order to run this example you will need to update the UsersAPI_Sample.py file with your Usesr API credentials.

This example works with Python 3.5.

About

This repository contains Node.js and Python examples for the LiveEngage Users API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published