-
Notifications
You must be signed in to change notification settings - Fork 69
/
tutorials.json
684 lines (684 loc) · 30.9 KB
/
tutorials.json
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
[
{
"title": "SMS API Tutorial",
"description": "<p>In this tutorial, you will learn how to use RingCentral SMS API. The following topics are included:</p>\n<ul>\n<li>How to send SMS</li>\n<li>How to send MMS</li>\n<li>How to track delivery status of messages</li>\n<li>How to retrieve and modify message history</li>\n<li>How to receive and reply to SMS messages</li>\n</ul>",
"tags": [
"SMS/MMS"
],
"defaults": {
"githubUri": "https://github.com/ringcentral-tutorials/sms-api-nodejs-demo/",
"tutorialUri": "https://ringcentral-tutorials.github.io/sms-api-nodejs-demo/"
},
"languages": [
{
"name": "Node JS",
"githubUri": "https://github.com/ringcentral-tutorials/sms-api-nodejs-demo/",
"tutorialUri": "https://ringcentral-tutorials.github.io/sms-api-nodejs-demo/"
},
{
"name": "Python",
"githubUri": "https://github.com/ringcentral-tutorials/sms-api-python-demo/",
"tutorialUri": "https://ringcentral-tutorials.github.io/sms-api-python-demo/"
},
{
"name": "PHP",
"githubUri": "https://github.com/ringcentral-tutorials/sms-api-php-demo/",
"tutorialUri": "https://ringcentral-tutorials.github.io/sms-api-php-demo/"
},
{
"name": "C#",
"githubUri": "https://github.com/ringcentral-tutorials/sms-api-csharp-demo/",
"tutorialUri": "https://ringcentral-tutorials.github.io/sms-api-csharp-demo/"
},
{
"name": "Java",
"githubUri": "https://github.com/ringcentral-tutorials/sms-api-java-demo/",
"tutorialUri": "https://ringcentral-tutorials.github.io/sms-api-java-demo/"
}
]
},
{
"title": "Getting Started with Event-Driven Subscriptions",
"description": "<p>Event-Driven Subscriptions enables your company to subscribe to receive real-time events about your RingCentral Activity data. In this tutorial, you will learn how to get started creating and consuming these events using Node.js.</p>",
"tags": [
"Fundamentals"
],
"defaults": {
"githubUri": "https://github.com/ringcentral-tutorials/subscription-basics-nodejs-demo",
"tutorialUri": "https://ringcentral-tutorials.github.io/subscription-basics-nodejs-demo/"
},
"languages": [
{
"name": "Node JS",
"githubUri": "https://github.com/ringcentral-tutorials/subscription-basics-nodejs-demo",
"tutorialUri": "https://ringcentral-tutorials.github.io/subscription-basics-nodejs-demo/"
}
]
},
{
"title": "Archiving Your RingCentral Activity Data",
"description": "<p>Data Archival is necesary for your company to store their RingCentral Activity data long-term. In this tutorial you we will learn the basics of data archival, and using PHP to offload your RingCentral Activity data into persistent data stores such as: local system files, Amazon S3, and Dropbox.</p>",
"tags": [
"Configuration"
],
"defaults": {
"githubUri": "https://github.com/ringcentral-tutorials/data-archival-php-demo",
"tutorialUri": "https://ringcentral-tutorials.github.io/data-archival-php-demo/"
},
"languages": [
{
"name": "PHP",
"githubUri": "https://github.com/ringcentral-tutorials/data-archival-php-demo",
"tutorialUri": "https://ringcentral-tutorials.github.io/data-archival-php-demo/"
}
]
},
{
"title": "Getting Started with Webhooks",
"description": "<p>Webhooks enable your company to receive HTTP POST requests containing real-time event data about your RingCentral business communication account Activity. In this tutorial, you will learn how to get started create webhooks, and to handle the HTTP POST requests using Node.js.</p>",
"tags": [
"Fundamentals"
],
"defaults": {
"githubUri": "https://github.com/ringcentral-tutorials/webhook-basics-nodejs-demo",
"tutorialUri": "https://ringcentral-tutorials.github.io/webhook-basics-nodejs-demo/"
},
"languages": [
{
"name": "Node JS",
"githubUri": "https://github.com/ringcentral-tutorials/webhook-basics-nodejs-demo",
"tutorialUri": "https://ringcentral-tutorials.github.io/webhook-basics-nodejs-demo/"
}
]
},
{
"title": "Getting Started with WebRTC",
"description": "<p>WebRTC allows developers to build applications which support peer-to-peer (browser to browser) based voice calls using RingCentral. In this tutorial, you will learn how to get started using WebRTC with RingCentral, and how the demo application operates using HTML5, and JavaScript.</p>",
"tags": [
"Voice"
],
"defaults": {
"githubUri": "https://github.com/ringcentral/ringcentral-web-phone",
"tutorialUri": "https://ringcentral-tutorials.github.io/getting-started-with-webrtc-js-demo/"
},
"languages": [
{
"name": "JavaScript",
"githubUri": "https://github.com/ringcentral/ringcentral-web-phone",
"tutorialUri": "https://ringcentral-tutorials.github.io/getting-started-with-webrtc-js-demo/"
}
]
},
{
"title": "OAuth in Node.js with Express",
"description": "<p>In this tutorial, you will learn how to use RingCentral OAuth in Node.js with Express by a quick demo.</p>",
"tags": [
"Auth"
],
"defaults": {
"githubUri": "https://ringcentral-tutorials.github.io/oauth-nodejs-demo/",
"tutorialUri": "https://ringcentral-tutorials.github.io/oauth-nodejs-demo/"
},
"languages": [
{
"name": "Node JS",
"githubUri": "https://ringcentral-tutorials.github.io/oauth-nodejs-demo/",
"tutorialUri": "https://ringcentral-tutorials.github.io/oauth-nodejs-demo/"
}
]
},
{
"title": "Glip Bot using IBM Watson and Botkit",
"description": "<p>In this tutorial, you will learn how to use AI to enhance your team productivity using IBM Watson, Botkit and Glip using Node.js.</p>",
"tags": [
"Glip"
],
"defaults": {
"githubUri": "https://ringcentral-tutorials.github.io/botkit-watson-bot-nodejs-demo/",
"tutorialUri": "https://ringcentral-tutorials.github.io/botkit-watson-bot-nodejs-demo/"
},
"languages": [
{
"name": "Node JS",
"githubUri": "https://ringcentral-tutorials.github.io/botkit-watson-bot-nodejs-demo/",
"tutorialUri": "https://ringcentral-tutorials.github.io/botkit-watson-bot-nodejs-demo/"
}
]
},
{
"title": "Call Log Analytics for iOS",
"description": "<p>In this tutorial, you will learn how to use the RingCentral SDK for Swift to read call-log data from a RingCentral account.</p>",
"tags": [
"Data"
],
"defaults": {
"githubUri": "https://ringcentral-tutorials.github.io/calllog-analytics-swift-demo/",
"tutorialUri": "https://ringcentral-tutorials.github.io/calllog-analytics-swift-demo/"
},
"languages": [
{
"name": "Swift",
"githubUri": "https://ringcentral-tutorials.github.io/calllog-analytics-swift-demo/",
"tutorialUri": "https://ringcentral-tutorials.github.io/calllog-analytics-swift-demo/"
}
]
},
{
"title": "A2P SMS Messaging",
"description": "<p>In this tutorial, you will learn how to use RingCentral SMS and Push Notification APIs to implement a SMS bot. The bot will listen for incoming text commands then reply to the sender with relevant content.</p>",
"tags": [
"SMS/MMS"
],
"defaults": {
"githubUri": "https://ringcentral-tutorials.github.io/a2p-sms-messaging-nodejs-demo/",
"tutorialUri": "https://ringcentral-tutorials.github.io/a2p-sms-messaging-nodejs-demo/"
},
"languages": [
{
"name": "Node JS",
"githubUri": "https://ringcentral-tutorials.github.io/a2p-sms-messaging-nodejs-demo/",
"tutorialUri": "https://ringcentral-tutorials.github.io/a2p-sms-messaging-nodejs-demo/"
}
]
},
{
"title": "2-Factor Authentication using RingCentral SMS API",
"description": "<p>Learn how to use RingCentral SMS API to implement Two-Factor Authentication for enhancing security.</p>",
"tags": [
"SMS/MMS"
],
"defaults": {
"githubUri": "https://github.com/ringcentral-tutorials/sms-2fa-nodejs-demo",
"tutorialUri": "https://ringcentral-tutorials.github.io/sms-2fa-nodejs-demo/"
},
"languages": [
{
"name": "Node JS",
"githubUri": "https://github.com/ringcentral-tutorials/sms-2fa-nodejs-demo",
"tutorialUri": "https://ringcentral-tutorials.github.io/sms-2fa-nodejs-demo/"
},
{
"name": "Python",
"githubUri": "https://github.com/ringcentral-tutorials/sms-2fa-python-demo",
"tutorialUri": "https://ringcentral-tutorials.github.io/sms-2fa-python-demo/"
},
{
"name": "PHP",
"githubUri": "https://github.com/ringcentral-tutorials/sms-2fa-php-demo",
"tutorialUri": "https://ringcentral-tutorials.github.io/sms-2fa-php-demo/"
}
]
},
{
"title": "Custom fax cover pages",
"description": "<p>With RingCentral fax, you send a variety types of renderable documents. In this tutorial, you will learn how to send fax with HTML and PDF in node.js.</p>",
"tags": [
"Fax"
],
"defaults": {
"githubUri": "https://github.com/ringcentral-tutorials/fax-cover-page-nodejs-demo",
"tutorialUri": "https://ringcentral-tutorials.github.io/fax-cover-page-nodejs-demo/index.html"
},
"languages": [
{
"name": "Node JS",
"githubUri": "https://github.com/ringcentral-tutorials/fax-cover-page-nodejs-demo",
"tutorialUri": "https://ringcentral-tutorials.github.io/fax-cover-page-nodejs-demo/index.html"
}
]
},
{
"title": "OAuth in web page",
"description": "<p>In this tutorial, you will learn how to use RingCentral OAuth in web page with javascript SDK by a quick demo.</p>",
"tags": [
"Auth"
],
"defaults": {
"githubUri": "https://github.com/ringcentral-tutorials/oauth-js-demo",
"tutorialUri": "https://ringcentral-tutorials.github.io/oauth-js-demo/"
},
"languages": [
{
"name": "JavaScript",
"githubUri": "https://github.com/ringcentral-tutorials/oauth-js-demo",
"tutorialUri": "https://ringcentral-tutorials.github.io/oauth-js-demo/"
}
]
},
{
"title": "Call Log Visualization",
"description": "<p>In this tutorial, you will learn how to access your RingCentral call log database by using the call-log API and the RingCentral Node JS SDK. You will learn how to parse the response, process the data and display the information on Google charts.</p>",
"tags": [
"Data"
],
"defaults": {
"githubUri": "https://github.com/ringcentral-tutorials/calllog-visualization-nodejs-demo",
"tutorialUri": "https://ringcentral-tutorials.github.io/calllog-visualization-nodejs-demo/"
},
"languages": [
{
"name": "Node JS",
"githubUri": "https://github.com/ringcentral-tutorials/calllog-visualization-nodejs-demo",
"tutorialUri": "https://ringcentral-tutorials.github.io/calllog-visualization-nodejs-demo"
},
{
"name": "Python",
"githubUri": "https://github.com/ringcentral-tutorials/calllog-visualization-python-demo",
"tutorialUri": "https://ringcentral-tutorials.github.io/calllog-visualization-python-demo"
},
{
"name": "PHP",
"githubUri": "https://github.com/ringcentral-tutorials/calllog-visualization-php-demo",
"tutorialUri": "https://ringcentral-tutorials.github.io/calllog-visualization-php-demo"
}
]
},
{
"title": "Call Recording Push Notification",
"description": "<p>This tutorial shows how to use RingCentral Company Presence Event Push Notification API to get notified when a new call recording is logged into a user call log database.</p>",
"tags": [
"Fundamentals",
"Data"
],
"defaults": {
"githubUri": "https://github.com/ringcentral-tutorials/callrecording-notification-node",
"tutorialUri": "https://ringcentral-tutorials.github.io/callrecording-notification-node/"
},
"languages": [
{
"name": "Node JS",
"githubUri": "https://github.com/ringcentral-tutorials/callrecording-notification-node",
"tutorialUri": "https://ringcentral-tutorials.github.io/callrecording-notification-node/"
}
]
},
{
"title": "Call Control Quick Start",
"description": "<p>The Call Control API allows developers to place, receive, control and monitor calls already in progress through a REST API. In this API overview and quick start, learn to receive notifications on new calls, and how forward, place on hold, transfer, record, flip and end calls.</p>",
"tags": [
"Voice"
],
"defaults": {
"githubUri": "https://github.com/ringcentral/ringcentral-api-docs/blob/master/docs/active_call_control_overview.md",
"tutorialUri": "https://developers.ringcentral.com/guide/voice/call-control"
},
"languages": [
{
"name": "Learn More",
"githubUri": "",
"tutorialUri": "https://developers.ringcentral.com/guide/voice/call-control"
}
]
},
{
"title": "Authorization Flows on RingCentral",
"description": "<p>Applications on RingCentral have a number of ways to authorize users depending upon the modality, use case, and technical contraints of the application. This guide walks developers through each of our supported auth grant types, and how to use them.</p>",
"tags": [
"Auth"
],
"defaults": {
"githubUri": "",
"tutorialUri": "https://developers.ringcentral.com/guide/authentication"
},
"languages": [
{
"name": "Learn More",
"githubUri": "",
"tutorialUri": "https://developers.ringcentral.com/guide/authentication"
}
]
},
{
"title": "Archiving Account Activity Data",
"description": "<p>RingCentral does not store account activity data in perpetuity. In this tutorial you will Learn how to extend the availability of your data beyond the Data Retention Policy defined by RingCentral</p>",
"tags": [
"Data"
],
"defaults": {
"githubUri": "",
"tutorialUri": "https://developers.ringcentral.com/guide/voice/call-log/archival"
},
"languages": [
{
"name": "Learn More",
"githubUri": "",
"tutorialUri": "https://developers.ringcentral.com/guide/voice/call-log/archival"
}
]
},
{
"title": "Managing Phone Numbers, Extensions and Settings",
"description": "<p>In this guide developers will learn how to manage the phone numbers and extensions within their organization -- provisioning new ones, managing their permissions and capabilities, and forwarding calls to external phone numbers.</p>",
"tags": [
"Configuration"
],
"defaults": {
"githubUri": "",
"tutorialUri": "https://developers.ringcentral.com/guide/account/extensions"
},
"languages": [
{
"name": "Learn More",
"githubUri": "",
"tutorialUri": "https://developers.ringcentral.com/guide/account/extensions"
}
]
},
{
"title": "Working with Call Logs",
"description": "<p>One of the most useful sources of data within RingCentral are an organizations call logs: a record of every call, SMS, fax and communication in and out, not to mention call recordings when applicable. This comprehensive guide will take developers through our APIs so that can make the most of this data.</p>",
"tags": [
"Data"
],
"defaults": {
"githubUri": "",
"tutorialUri": "https://developers.ringcentral.com/guide/voice/call-log/reading-call-log"
},
"languages": [
{
"name": "Learn More",
"githubUri": "",
"tutorialUri": "https://developers.ringcentral.com/guide/voice/call-log/reading-call-log"
}
]
},
{
"title": "Subscribing to Real-time Push Notifications",
"description": "<p>Learn how to deliver real-time push notifications to client applications, and mobile devices on the RingCentral platform using PubNub.</p>",
"tags": [
"Fundamentals"
],
"defaults": {
"githubUri": "",
"tutorialUri": "https://developers.ringcentral.com/guide/notifications/push-notifications/pubnub"
},
"languages": [
{
"name": "Learn More",
"githubUri": "",
"tutorialUri": "https://developers.ringcentral.com/guide/notifications/push-notifications/pubnub"
}
]
},
{
"title": "Understanding API Rate Limits",
"description": "<p>RingCentral puts in place API rate limits to protect customer accounts and infrastructure from abuse. Developers should be familiar with these policies and how to work responsibily with them.</p>",
"tags": [
"Fundamentals"
],
"defaults": {
"githubUri": "",
"tutorialUri": "https://developers.ringcentral.com/guide/basics/rate-limits"
},
"languages": [
{
"name": "Learn More",
"githubUri": "",
"tutorialUri": "https://developers.ringcentral.com/guide/basics/rate-limits"
}
]
},
{
"title": "Subscribing to and Using Webhooks",
"description": "<p>Webhooks allow developers to receive push notifications over the web for the events within their organization that client applications and integrations care about. This guide will show you how to create, renew and terminate webhook subscriptions.</p>",
"tags": [
"Fundamentals"
],
"defaults": {
"githubUri": "",
"tutorialUri": "https://developers.ringcentral.com/guide/notifications/webhooks/quick-start"
},
"languages": [
{
"name": "Learn More",
"githubUri": "",
"tutorialUri": "https://developers.ringcentral.com/guide/notifications/webhooks/quick-start"
}
]
},
{
"title": "Building Glip Bots Using Ngrok",
"description": "<p>Glip Bots cannot function without webhooks, which in turn requires bot apps to accessible over the Internet -- presenting challenges to developers building on their localhost. This guide will show how to use a free service called ngrok to develop Glip bots.</p>",
"tags": [
"Glip"
],
"defaults": {
"githubUri": "",
"tutorialUri": "https://developers.ringcentral.com/guide/team-messaging/manual/local-bots"
},
"languages": [
{
"name": "Learn More",
"githubUri": "",
"tutorialUri": "https://developers.ringcentral.com/guide/team-messaging/manual/local-bots"
}
]
},
{
"title": "Creating Rich Posts in Glip",
"description": "<p>Learn how to use Glip Message Attachments to attach rich content, such as formatting, images, and color, to the messages your Glip bots post to create more compelling and effective posts.</p>",
"tags": [
"Glip"
],
"defaults": {
"githubUri": "",
"tutorialUri": "https://developers.ringcentral.com/guide/team-messaging/manual/posting-cards"
},
"languages": [
{
"name": "Learn More",
"githubUri": "",
"tutorialUri": "https://developers.ringcentral.com/guide/team-messaging/manual/posting-cards"
}
]
},
{
"title": "Creating and Managing Call Queues",
"description": "<p>Call Queues allow multiple people to respond to incoming calls. Learn how to create and manage call queues on the fly to better respond to incoming customer calls.</p>",
"tags": [
"Voice",
"Configuration"
],
"defaults": {
"githubUri": "",
"tutorialUri": "https://developers.ringcentral.com/guide/voice/call-routing/manual/call-queues"
},
"languages": [
{
"name": "Learn More",
"githubUri": "",
"tutorialUri": "https://developers.ringcentral.com/guide/voice/call-routing/manual/call-queues"
}
]
},
{
"title": "Placing Calls Using RingOut",
"description": "<p>RingOut enables people to make a call from any non-RingCentral number by means of the RingCentral account. It works by dialing the caller, and when answered, then dialing-in and connecting the recipient. Learn how to initiate phone calls using the RingOut API.</p>",
"tags": [
"Voice"
],
"defaults": {
"githubUri": "",
"tutorialUri": "https://developers.ringcentral.com/guide/voice/ringout"
},
"languages": [
{
"name": "Learn More",
"githubUri": "",
"tutorialUri": "https://developers.ringcentral.com/guide/voice/ringout"
}
]
},
{
"title": "Making Calls Using WebRTC",
"description": "<p>This guide provides developers the information needed to begin making and receiving phone calls through a web browser using WebRTC, a web standard for real-time, peer-to-peer voice communications.</p>",
"tags": [
"Voice"
],
"defaults": {
"githubUri": "",
"tutorialUri": "https://developers.ringcentral.com/guide/voice/webrtc"
},
"languages": [
{
"name": "Learn More",
"githubUri": "",
"tutorialUri": "https://developers.ringcentral.com/guide/voice/webrtc"
}
]
},
{
"title": "Sending Faxes via an API",
"description": "<p>Learn how to send a fax using the RingCentral API. Then learn how to forward, resend and even receive faxes.</p>",
"tags": [
"Fax"
],
"defaults": {
"githubUri": "",
"tutorialUri": "https://developers.ringcentral.com/guide/messaging/fax/sending-faxes"
},
"languages": [
{
"name": "Learn More",
"githubUri": "",
"tutorialUri": "https://developers.ringcentral.com/guide/messaging/fax/sending-faxes"
}
]
},
{
"title": "Sending Messages on RingCentral",
"description": "<p>Voicemails, Faxes, SMS/MMSs, and Pager messages are all different message types supported by RingCentral. Learn about how to access message stores, and to send these different types of messaging via our API.</p>",
"tags": [
"SMS/MMS",
"Fax"
],
"defaults": {
"githubUri": "",
"tutorialUri": "https://developers.ringcentral.com/guide/messaging"
},
"languages": [
{
"name": "Learn More",
"githubUri": "",
"tutorialUri": "https://developers.ringcentral.com/guide/messaging"
}
]
},
{
"title": "RingCentral Platform Authentication with Password Flow OAuth.",
"description": "<p>In this tutorial, you will learn how to authenticate RingCentral platform with Password Flow OAuth using RingCentral SDK</p>",
"tags": [
"OAuth","Password Flow"
],
"defaults": {
"githubUri": "https://github.com/ringcentral-tutorials/password-flow-authentication-nodejs-demo/",
"tutorialUri": "https://ringcentral-tutorials.github.io/password-flow-authentication-nodejs-demo//"
},
"languages": [
{
"name": "Node JS",
"githubUri": "https://github.com/ringcentral-tutorials/password-flow-authentication-nodejs-demo/",
"tutorialUri": "https://ringcentral-tutorials.github.io/password-flow-authentication-nodejs-demo//"
},
{
"name": "Python",
"githubUri": "https://github.com/ringcentral-tutorials/password-flow-authentication-python-demo/",
"tutorialUri": "https://ringcentral-tutorials.github.io/password-flow-authentication-python-demo/"
},
{
"name": "PHP",
"githubUri": "https://github.com/ringcentral-tutorials/password-flow-authentication-php-demo/",
"tutorialUri": "https://ringcentral-tutorials.github.io/password-flow-authentication-php-demo//"
}
]
},
{
"title": "Access RingCentral platform services using native APIs",
"description": "<p>In this tutorial, you will learn how to authenticate RingCentral platform with Password Flow OAuth using native APIs</p>",
"tags": [
"OAuth","Password Flow"
],
"defaults": {
"githubUri": "https://github.com/ringcentral-tutorials/call-ringcentral-apis-native-nodejs-demo/",
"tutorialUri": "https://ringcentral-tutorials.github.io/call-ringcentral-apis-native-nodejs-demo/"
},
"languages": [
{
"name": "Node JS",
"githubUri": "https://github.com/ringcentral-tutorials/call-ringcentral-apis-native-nodejs-demo/",
"tutorialUri": "https://ringcentral-tutorials.github.io/call-ringcentral-apis-native-nodejs-demo/"
},
{
"name": "Python",
"githubUri": "https://github.com/ringcentral-tutorials/call-ringcentral-apis-native-python-demo/",
"tutorialUri": "https://ringcentral-tutorials.github.io/call-ringcentral-apis-native-python-demo/"
},
{
"name": "PHP",
"githubUri": "https://github.com/ringcentral-tutorials/call-ringcentral-apis-native-php-demo/",
"tutorialUri": "https://ringcentral-tutorials.github.io/call-ringcentral-apis-native-php-demo/"
}
]
},
{
"title": "RingCentral Authorization Code Flow OAuth",
"description": "<p>In this step-by-step tutorial, you are going to learn how to authorize a user to login RingCentral platform using the authorization code flow.</p>",
"tags": [
"OAuth","Authorization Code Flow"
],
"defaults": {
"githubUri": "https://github.com/ringcentral-tutorials/authorization-code-flow-oauth-nodejs-demo/",
"tutorialUri": "https://ringcentral-tutorials.github.io/authorization-code-flow-oauth-nodejs-demo/"
},
"languages": [
{
"name": "Node JS",
"githubUri": "https://github.com/ringcentral-tutorials/authorization-code-flow-oauth-nodejs-demo/",
"tutorialUri": "https://ringcentral-tutorials.github.io/authorization-code-flow-oauth-nodejs-demo/"
},
{
"name": "Python",
"githubUri": "https://github.com/ringcentral-tutorials/authorization-code-flow-oauth-python-demo/",
"tutorialUri": "https://ringcentral-tutorials.github.io/authorization-code-flow-oauth-python-demo/"
},
{
"name": "PHP",
"githubUri": "https://github.com/ringcentral-tutorials/authorization-code-flow-oauth-php-demo/",
"tutorialUri": "https://ringcentral-tutorials.github.io/authorization-code-flow-oauth-php-demo/"
}
]
},
{
"title": "Download Message Attachments from Message Store",
"description": "<p>In this step-by-step tutorial, you are going to learn how to access a user's message store and download message attachments to save them in a local machine.</p>",
"tags": [
"Message Store"
],
"defaults": {
"githubUri": "https://github.com/ringcentral-tutorials/message-store-download-content-nodejs-demo/",
"tutorialUri": "https://ringcentral-tutorials.github.io/message-store-download-content-nodejs-demo/"
},
"languages": [
{
"name": "Node JS",
"githubUri": "https://github.com/ringcentral-tutorials/message-store-download-content-nodejs-demo/",
"tutorialUri": "https://ringcentral-tutorials.github.io/message-store-download-content-nodejs-demo/"
},
{
"name": "Python",
"githubUri": "https://github.com/ringcentral-tutorials/message-store-download-content-python-demo/",
"tutorialUri": "https://ringcentral-tutorials.github.io/message-store-download-content-python-demo/"
},
{
"name": "PHP",
"githubUri": "https://github.com/ringcentral-tutorials/message-store-download-content-php-demo/",
"tutorialUri": "https://ringcentral-tutorials.github.io/message-store-download-content-php-demo/"
},
{
"name": "C-Sharp",
"githubUri": "https://github.com/ringcentral-tutorials/message-store-download-content-csharp-demo/",
"tutorialUri": "https://ringcentral-tutorials.github.io/message-store-download-content-csharp-demo/"
}
]
}
]