blob: 359e8c80bab3ba64bc6c8b01dc803875fd93dda6 [file] [log] [blame]
<!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"> App Services (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 App Services (Usergrid) API.
<br/>
<br/>
<h2>Read me</h2>
View the read me file for the SDK:
<a href="https://github.com/apigee/usergrid-javascript-sdk/blob/master/README.md">https://github.com/apigee/usergrid-javascript-sdk/blob/master/README.md</a>.
<br/>
<br/>
<h2>API documentation</h2>
For more information on App Services, see our docs:
<a href="http://apigee.com/docs/app_services">http://apigee.com/docs/app_service</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 App Services (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>