-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
46 lines (46 loc) · 1.44 KB
/
config.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
{
"openapi": [
{
"name": "Petstore",
"slug": "petstore",
"url": "https://petstore.swagger.io/v2/swagger.json"
},
{
"slug": "amazon-api-gateway",
"name": "Amazon Api Gateway",
"url": "https://api.apis.guru/v2/specs/amazonaws.com/apigateway/2015-07-09/openapi.json"
},
{
"slug": "amazon-appconfig",
"name": "Amazon AppConfig",
"url": "https://api.apis.guru/v2/specs/amazonaws.com/appconfig/2019-10-09/openapi.json"
}
],
"asyncapi": [
{
"name": "BBC",
"slug": "bbc",
"url": "https://ik.imagekit.io/ably/s3/xchg_products/async_api_specs/000/000/013/original/bbc.yaml"
},
{
"name": "eBay Notifications",
"slug": "ebay-notifications",
"url": "https://raw.githubusercontent.com/apideck-io/api-registry/master/specs/ebay/marketplace-account-deletion-asyncapi-1.0.0-2021-05-21.yaml"
},
{
"name": "Slack Real Time Messaging API",
"slug": "slack-messaging",
"url": "https://raw.githubusercontent.com/asyncapi/spec/master/examples/slack-rtm.yml"
},
{
"name": "Slack Events",
"slug": "slack-events",
"url": "https://raw.githubusercontent.com/slackapi/slack-api-specs/master/events-api/slack_events_api_async_v1.json"
},
{
"name": "Gitter Streaming API",
"slug": "gitter",
"url": "https://raw.githubusercontent.com/asyncapi/spec/master/examples/gitter-streaming.yml"
}
]
}