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, Java, Python, and R examples for the LiveEngage Skills API.

License

Notifications You must be signed in to change notification settings

LiveEngage-Examples/LiveEngage-Skills-API

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, Java, Python, and R examples for the LiveEngage Skills API.

Java - Skills API Example

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

Contribution

Thank you David Eleff for providing this example code.

NodeJS - Skills API Example

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

In order to run these examples, you will need to install the request module. To install the module just run:

npm install request

Python - Skills API Sample

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

This example works with Python 3.5.

R - Skills API Example

This is a basic example of how to connect to the Skills API in R by using the httr library. In order to run this example you will need to update the getAllSkills.R file with your SKills API credentials.

About

This repository contains Node.js, Java, Python, and R examples for the LiveEngage Skills API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •