Skip to content

Commit d5e121d

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents cc54c26 + d9e1cb5 commit d5e121d

File tree

1 file changed

+18
-14
lines changed

1 file changed

+18
-14
lines changed

README.md

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,30 @@
66
<p>In this document you will find the instructions for getting up and running with <strong>Backendless</strong> quickly. The SDK you downloaded contains a library with the APIs, which provide access to the Backendless services. These services enable the server-side functionality for developing and running mobile and desktop applications. Follow the steps below to get started with Backendless:</p>
77

88
<ul>
9-
<li><strong>Create Developer Account</strong>. An account is required in order to create and manage your Backendless application. Registration form is available at <a href="https://develop.backendless.com/#registration">https://develop.backendless.com/#registration</a></li>
10-
<li><strong>Login</strong>. Login to your account using Backendless Console at: <a href="https://develop.backendless.com">https://develop.backendless.com</a></li>
11-
<li><strong>Locate Application ID and Secret Key</strong>. The console is where you can manage the applications, their configuration settings and data. Before you start using any of the APIs, make sure to select an application in the console and open the “Manage” section. The “App Settings” screen contains the application ID and secret API keys, which you will need to use in your code.</li>
12-
<li><strong>Copy/Paste Application ID and Secret Key</strong>. The SDK includes several examples demonstrating some of the Backendless functionality. Each example must be configured with the application ID and secret key generated for your application. Make sure to copy/paste these values into the following source code files:
13-
14-
<blockquote>
15-
<ul><li>User Service DEMO - /examples/user-service/js/user-example.js</li>
16-
<li>Data Service Demo - /examples/data-service/todo/js/app.js</li>
17-
<li>Messaging Service Demo - /examples/messaging-service/chat/js/chat.js</li>
18-
<li>Geo Service Demo - /examples/geo-service/citysearch/js/citysearch.js</li>
19-
<li>File Service Demo - /examples/files-service/js/files-example.js</li></ul>
20-
</blockquote></li>
9+
<li><strong>Create Developer Account</strong>. An account is required in order to create and manage your Backendless application. Registration form is available at <a href="https://develop.backendless.com/registration">https://develop.backendless.com/registration</a></li>
10+
<li><strong>Login</strong>. Login to your account using Backendless Console at: <a href="https://develop.backendless.com/login">https://develop.backendless.com/login</a></li>
11+
<li><strong>Locate Application ID and API Key</strong>. The console is where you can manage the applications, their configuration settings and data. Before you start using any of the APIs, make sure to select an application in the console and open the “Manage” section. The “App Settings” screen contains the application ID and API keys, which you will need to use in your code.</li>
12+
<li><strong>Copy/Paste Application ID and API Key</strong>. The SDK includes several examples demonstrating some of the Backendless functionality. Each example must be configured with the application ID and API key generated for your application. Make sure to copy/paste these values into the following source code files:
13+
14+
<blockquote>
15+
<ul>
16+
<li>User Service DEMO - /examples/user-service/js/user-example.js</li>
17+
<li>Data Service Demo - /examples/data-service/todo-app/js/app.js</li>
18+
<li>Messaging Service Demo - /examples/messaging-service/chat/js/chat.js</li>
19+
<li>Geo Service Demo - /examples/geo-service/citysearch/js/citysearch.js</li>
20+
<li>File Service Demo - /examples/file-service/js/files-example.js</li>
21+
<li>TypeScript Demo - /examples/typescript/app.ts</li>
22+
</ul>
23+
</blockquote>
2124
</ul>
2225

2326
<hr>
2427

2528
<p>Below are a few links to help with the development:</p>
2629

27-
<pre><code>Backendless Documentation (work in progress): <a href="http://backendless.com/documentation">http://backendless.com/documentation</a>
28-
Support Home: <a href="http://support.backendless.com">http://support.backendless.com</a>
30+
<pre><code>Backendless Documentation (work in progress): <a href="https://backendless.com/products/documentation/">https://backendless.com/products/documentation/</a>
31+
Support Home: <a href="slack.backendless.com">slack.backendless.com</a>
32+
Slack Channel: <a href="http://support.backendless.com">http://support.backendless.com</a>
2933
Blog: <a href="http://backendless.com/blog">http://backendless.com/blog</a>
3034
YouTube Channel: <a href="http://youtube.com/backendless">http://youtube.com/backendless</a>
3135
Facebook: <a href="http://facebook.com/backendless">http://facebook.com/backendless</a>

0 commit comments

Comments
 (0)