-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathjavascript-pathway.json
More file actions
44 lines (42 loc) · 1.32 KB
/
Copy pathjavascript-pathway.json
File metadata and controls
44 lines (42 loc) · 1.32 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
{
"title": " Javascript",
"description": "Learn how to register on the Developer Portal and use postman with Orange API.",
"icon": "fa-katacoda",
"courses": [
{
"course_id": "100-Authentication",
"title": "OAuth 2.0 Authentication",
"description": "Learn how to implement the OAuth 2.0 authentiation"
} ,
{
"course_id": "110-Collection",
"title": "Get Collections",
"description": "Explained step by step to get collections"
},
{
"course_id": "120-Search",
"title": "Advanced Search",
"description": "Learn how to initiate advanced searches"
},
{
"course_id": "130-Request",
"title": "Request new product or change",
"description": "Learn how to send new request (order/change)."
},
{
"course_id": "140-Download",
"title": "Download & Upload documents",
"description": "Learn how to download documents or files."
},
{
"course_id": "150-Aggregation",
"title": "Aggregate data",
"description": "Learn how to count items."
},
{
"course_id": "160-StatusVersion",
"title": "Get the status & version",
"description": "Easy way to get the status and version of the API."
}
]
}