From 7c704b85de51ab0c31215c32ed1cd0e9317f072f Mon Sep 17 00:00:00 2001 From: Eden Kupermintz Date: Sun, 14 Oct 2018 13:19:45 +0300 Subject: [PATCH] minor fixes to considerations and requirements --- pages/documents/Getting Started/beforeyougetstarted.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/documents/Getting Started/beforeyougetstarted.md b/pages/documents/Getting Started/beforeyougetstarted.md index ff42502d8a..1c3f8abfdd 100644 --- a/pages/documents/Getting Started/beforeyougetstarted.md +++ b/pages/documents/Getting Started/beforeyougetstarted.md @@ -13,13 +13,13 @@ Because this site includes a host of diverse documents, encompassing the conside #### Account requirements -many of the APIs documented on this site configure and manipulate LiveEngage features or capabilities. Therefore, in order to use these APIs, you need to first make sure your account is configured to access those features. A good example would be using the Agent Messaging SDK to connect a bot as an agent to LiveEngage; if your account is not enabled to support bot users, you won't be able to use this SDK. **The best way to check if certain features are enabled for your account or not is to directly contact your account team or LivePerson Support**. Doing this before you start developing will save you more work and frustration down the line. +Many of the APIs documented on this site configure and manipulate LiveEngage features or capabilities. Therefore, in order to use these APIs, you need to first make sure your account is configured to access those features. A good example would be using the Agent Messaging SDK to connect a bot as an agent to LiveEngage; if your account is not enabled to support bot users, you won't be able to use this SDK. **The best way to check if certain features are enabled for your account or not is to directly contact your account team or LivePerson Support**. Doing this before you start developing will save you more work and frustration down the line.
If you do not currently have a LivePerson account or you're looking for a different one to work on, you can simply create a Developer's Account by clicking here. Please note that in order to get all the relevant features enabled for this account, you'll need to contact your account management team or LivePerson Support.
#### Development languages -Most of our APIs and SDKs require your developers to be fluent in JavaScript (and its iterations, like NodeJS). Since we use a REST model, fluency in the JSON is also highly recommended (although most JSON payloads tend to be simple, there are exceptions to this rule, like with Structured Content). Our Mobile App Messaging SDKs have both an iOS and an Android version, which require knowledge of Swift and Java, respectively. General knowledge of HTTP calls and responses, REST APIs, server to server communication and web applications is also highly recommended. For our Data APIs, retrieving the information is only the first step and data analysis/research skills are highly recommended. +Most of our APIs and SDKs require your developers to be fluent in JavaScript (and its iterations, like NodeJS). Since we use a REST model, fluency in the JSON format is also highly recommended (although most JSON payloads tend to be simple, there are exceptions to this rule, like with Structured Content). Our Mobile App Messaging SDKs have both an iOS and an Android version, which require knowledge of Swift and Java, respectively. General knowledge of HTTP calls and responses, REST APIs, server to server communication and web applications is also highly recommended. For our Data APIs, retrieving the information is only the first step and data analysis/research skills are highly recommended. #### Authentication