-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathott.LucyBot.yml
118 lines (94 loc) · 2.92 KB
/
ott.LucyBot.yml
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
specifications:
ott:
- openapi: ./ott.openapi.json
css:
- assets/ott.css
workflowDirectory: workflows/ott
routes:
/:
redirect: /api-docs
/api-docs:
title: Kaltura OTT API
for: ott
navigation: operationNavigation
meta:
title: "Kaltura OTT API Documentation"
description: "Full documentation for the Kaltura OTT API"
/player:
title: Kaltura Player Documentation
documentation: player
markdownFile: assets/documentation/OTT/knowledgeOwl/knowledgeOwl.md
/console:
ui: console
for: ott
title: Kaltura OTT API Console
navigation: operationNavigation
meta:
title: "Kaltura OTT API Console"
description: "Make test calls to the Kaltura OTT API"
/workflows:
ui: workflows
for: ott
navigation:
- title: Add a Workflow
icon: plus
isAdd: true
- title: Contact Us
icon: assets/img/icons/contact.png
isContact: true
- title: Authentication
icon: assets/img/icons/contact.png
workflow: authentication
- title: Create an household
icon: assets/img/icons/contact.png
workflow: create_an_household
# - title: search assets
# icon: assets/img/icons/contact.png
# workflow: search_assets
- title: playback_asset (parental)
icon: assets/img/icons/contact.png
workflow: playback_asset (parental)
intro: |
Interactive workflows on this page will help you dive straight
into coding the various building blocks of your application.
Here you will find working code workflows together with detailed
explanations and documentation references.
#### What do you want to do today?
title: Workflows
icons: offset
meta:
title: "Kaltura API Workflows"
description: "Learn how to work with the Kaltura API using interactive workflows"
/new-workflow:
ui: workflow
for: ott
/preview-workflow:
ui: workflow
for: ott
operationNavigation:
- title: Overview
markdownFile: assets/documentation/Kaltura-OTT-Backend-API-Overview.md
discussionURL: null
- title: KnowledgeOwl
markdownFile: assets/documentation/OTT/knowledgeOwl/knowledgeOwl.md
- title: "Client Libraries"
markdownFile: ./markdown/generated/client_libraries.md
discussionURL: null
- title: "Generate API Sessions"
children:
- title: "login"
tag: "login"
children:
- title: "Login API description"
markdownFile: assets/documentation/OTT/authentication/login.md
- operation: "ottUser.login"
- title: "session"
tag: "session"
children:
- operation: "session.get"
- operation: "session.revoke"
- operation: "session.switchUser"
github:
repo: "kaltura/developer-platform"
client_id: "dd75e59ddbcbea0ea46f"
access_token_url: "/doc/github/access_token"