forked from usergrid/usergrid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·53 lines (51 loc) · 2.12 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="examples/resources/css/bootstrap-combined.min.css" />
<link rel="stylesheet" href="examples/resources/css/styles.css" />
</head>
<body>
<div class="header">
<img src="examples/resources/images/apigee.png"> Usergrid Javascript SDK
</div>
<div id="main" class="main">
<br/>
<h2>Javascript SDK</h2>
This SDK is designed to enable you to connect your apps to the Usergrid API.
<br/>
<br/>
<h2>Read me</h2>
View the read me file for the SDK:
<a href="https://github.com/usergrid/usergrid/blob/master/sdks/html5-javascript/README.md">https://github.com/usergrid/usergrid/blob/master/sdks/html5-javascript/README.md</a>.
<br/>
<br/>
<h2>API documentation</h2>
For more information on Usergrid, see the Apache docs:
<a href="http://usergrid.incubator.apache.org/">http://usergrid.incubator.apache.org/</a>
<br/>
<br/>
<h2>Example Apps:</h2>
<br/>
<a href="examples/all-calls/all-calls.html" style="font-size: 20px;">All Calls example app</a>
<br/>
This app shows the basic method for making all call types against the API. It also shows how to log in an app user.
<br/>
<br/>
<a href="examples/dogs/dogs.html" style="font-size: 20px;">Dogs example app</a>
<br/>
This app shows you how to use the Entity and Collection objects
<br/>
<br/>
<a href="examples/facebook/facebook.html" style="font-size: 20px;">Facebook Login Example</a>
<br/>
This app shows you how to use Facebook to log into Usergrid.
<br/>
<br/>
<a href="examples/test/test.html" style="font-size: 20px;">Tests for examples in readme file</a>
<br/>
This is a test script that runs all the sample code shown in the readme file. See the samples in action!
</div>
</body>
</html>