forked from ringcentral/ringcentral.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (48 loc) · 1.78 KB
/
index.html
File metadata and controls
65 lines (48 loc) · 1.78 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
h1, h2, p, li {font-family: Arial}
#logo {
width: 308px; height: 30px;
background-image:url("./api-explorer/images/logo_ring_dev.png");
}
a {color:#3E71AE;} /* #4B83BE */
a:link {color:#3E71AE;}
a:visited {color:#3E71AE;}
a:hover {color:#3E71AE;}
</style>
</head>
<body>
<div style="width:90%;margin:1em auto">
<a href="https://developer.ringcentral.com" title="RingCentral Connect Platform" style="float:left"><div id="logo"></div></a>
<div style="clear:both"></div>
<div style="width:100%;background-color:orange;height:4px;margin:1em 0"></div>
<div style="clear:both"></div>
<h1>APIs & SDKs</h1>
<h2>Primary Resources</h2>
<ul>
<li><a href="https://developers.ringcentral.com">RingCentral for Developers website</a></li>
<li><a href="https://github.com/ringcentral">RingCentral on Github</a></li>
</ul>
<h2>API Documentation</h1>
<ul>
<li><a href="https://developers.ringcentral.com/api-docs/latest/index.html">API Developer and Reference Guide</a></li>
<li><a href="https://developers.ringcentral.com/library/tutorials.html">Quickstart Tutorial</a></li>
<li><a href="http://ringcentral.github.io/cti-tutorial">CTI Tutorial</a></li>
</ul>
<h2>API Tools</h2>
<ul>
<li><a href="http://ringcentral.github.io/api-explorer">API Explorer</a></li>
</ul>
<h2>Official SDKs</h2>
<ul>
<li><a href="https://github.com/ringcentral/js-sdk">JavaScript</a> (<a href="https://developers.ringcentral.com/library/js-sdk.html">JS Developer Guide</a>)</li>
<li><a href="https://github.com/ringcentral/php-sdk">PHP</a></li>
<li><a href="https://github.com/ringcentral/python-sdk">Python</a></li>
</ul>
<div style="clear:both"></div>
<div style="width:100%;background-color:orange;height:4px;margin:1em 0"></div>
</div>
</body>
</html>