-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathindex_bak2.html
More file actions
88 lines (62 loc) · 2.27 KB
/
index_bak2.html
File metadata and controls
88 lines (62 loc) · 2.27 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html>
<head>
<meta name="robots" content="noindex">
<style type="text/css">
h1, h2, h3, p, li {font-family: Arial}
#logo {
width: 253px;
height: 30px;
background-image:url("./api-explorer/images/logo_beta.svg");
}
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="http://ringcentral-api-docs.readthedocs.io/">API Developer Guide</a></li>
<li><a href="http://ringcentral-faq.readthedocs.io/">API Developer FAQ</a></li>
<li><a href="https://developer.ringcentral.com/api-docs/">API Reference</a></li>
</ul>
<h2>API Tools</h2>
<ul>
<li><a href="https://developer.ringcentral.com/api-explorer/">API Explorer</a></li>
</ul>
<h2>SDKs & Example Code</h2>
<ul>
<li><a href="https://github.com/ringcentral/">Official RingCentral GitHub account</a></li>
</ul>
<h2>Community SDKs</h2>
<ul>
<li><a href="https://github.com/ringcentral-ruby">Ruby</a>
</ul>
<h2>Community Support</h2>
<ul>
<li><a href="https://devcommunity.ringcentral.com/">RingCentral Developer Community</a></li>
<li><a href="http://stackoverflow.com/questions/new/ringcentral">RingCentral on Stack Overflow</a></li>
</ul>
<h2>Videos</h2>
<h3>Introducing RingCentral for Developers</h3>
<iframe width="560" height="315" src="https://www.youtube.com/embed/3QleUCEXNhw" frameborder="0" allowfullscreen></iframe>
<h3>Getting Started as a RingCentral Developer</h3>
<iframe width="560" height="315" src="https://www.youtube.com/embed/I1T9XkImsiw" frameborder="0" allowfullscreen></iframe>
<div style="clear:both"></div>
<div style="width:100%;background-color:orange;height:4px;margin:1em 0"></div>
</div>
</body>
</html>