-
Notifications
You must be signed in to change notification settings - Fork 90
Expand file tree
/
Copy pathopenapi.config.json
More file actions
34 lines (34 loc) · 951 Bytes
/
Copy pathopenapi.config.json
File metadata and controls
34 lines (34 loc) · 951 Bytes
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
{
"openapi": "docs/api/openapi/openapi.json",
"outputDir": "dist/sdk",
"packageName": "agenticpay",
"packageVersion": "0.1.0",
"apiBaseUrl": "https://api.agenticpay.com",
"supportedLanguages": ["typescript", "python", "go", "rust"],
"generatorConfig": {
"typescript": {
"packageName": "@agenticpay/sdk",
"packageScope": "@agenticpay",
"registryUrl": "https://registry.npmjs.org"
},
"python": {
"packageName": "agenticpay",
"registryUrl": "https://pypi.org/project/agenticpay"
},
"go": {
"module": "github.com/agenticpay/sdk-go",
"registryUrl": "https://pkg.go.dev/github.com/agenticpay/sdk-go"
},
"rust": {
"packageName": "agenticpay",
"registryUrl": "https://crates.io/crates/agenticpay"
}
},
"documentationUrl": "https://docs.agenticpay.com",
"publishConfig": {
"npm": true,
"pypi": true,
"crates": true,
"goProxy": true
}
}