-
Notifications
You must be signed in to change notification settings - Fork 4
/
toc.json
71 lines (71 loc) · 1.65 KB
/
toc.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
{
"items": [
{
"type": "divider",
"title": "Getting started"
},
{
"type": "item",
"title": "About the Whispir Platform API",
"uri": "docs/Getting started/About.md"
},
{
"type": "item",
"title": "Authentication",
"uri": "docs/Getting started/Authentication.md"
},
{
"type": "item",
"title": "Test your API connection",
"uri": "docs/Getting started/Test-your-API-connection.md"
},
{
"type": "item",
"title": "HTTP response codes",
"uri": "docs/Getting started/HTTP-response-codes.md"
},
{
"type": "item",
"title": "Rate limits, pagination & best practices",
"uri": "docs/Getting started/Rate-limits-pagination-and-best-practices.md"
},
{
"type": "item",
"title": "TLS (SSL) Certificates",
"uri": "docs/Getting started/SSL-TLS-certificates.md"
},
{
"type": "item",
"title": "Using JSON and XML headers",
"uri": "docs/Getting started/JSON-and-XML-headers.md"
},
{
"type": "item",
"title": "Domains and IP addresses",
"uri": "docs/Getting started/Domains-and-IP-addresses.md"
},
{
"type": "divider",
"title": "Developer Tools"
},
{
"type": "item",
"title": "SDKs",
"uri": "docs/Getting started/Whispir SDK.md"
},
{
"type": "item",
"title": "Postman Collection",
"uri": "docs/Getting started/Whispir-API-Postman-Collection.md"
},
{
"type": "divider",
"title": "APIS"
},
{
"type": "item",
"title": "Whispir Platform API",
"uri": "openapi.yaml"
}
]
}