forked from hosseinmd/swagger-typescript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
swagger.config.json
33 lines (33 loc) · 1014 Bytes
/
swagger.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
[
{
"$schema": "./schema/v6.json",
"url": [
{
"branch": "master",
"url": "https://raw.githubusercontent.com/slackapi/slack-api-specs/master/web-api/slack_web_openapi_v2.json"
},
{
"branch": "develop",
"url": "https://raw.githubusercontent.com/slackapi/slack-api-specs/master/web-api/slack_web_openapi_v2.json"
}
],
"dir": "./test",
"language": "typescript",
"keepJson": true,
"reactHooks": true,
"useInfiniteQuery": ["useGetRealmsRealm"],
"ignore": {
"headerParams": ["terminalId"]
}
},
{
"$schema": "./schema/v6.json",
"url": "https://bitfinity.postman.co/workspace/Bitfinity~0878e325-dcc5-4adf-b37e-ac68386085f4/collection/4699480-5297d2ce-9573-4bca-a65b-5451c9809055?action=share&creator=4699480",
"dir": "./test/postman",
"language": "kotlin",
"kotlinPackage": "com.wms.wms.data.api",
"ignore": {
"headerParams": ["Accept", "Content-Encoding", "Content-Type"]
}
}
]