-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopenapitools.json
33 lines (33 loc) · 1.34 KB
/
openapitools.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": "node_modules/@openapitools/openapi-generator-cli/config.schema.json",
"spaces": 2,
"generator-cli": {
"version": "6.0.0",
"generators": {
"python": {
"generatorName": "python",
"httpUserAgent": "MDMC-Python-SDK",
"gitHost": "github.com",
"gitRepoId": "python-sdk",
"gitUserId": "mydatamyconsent",
"inputSpec": "https://api.mydatamyconsent.com/swagger/v1/swagger.json",
"removeOperationIdPrefix": true,
"additionalProperties": {
"packageName": "mydatamyconsent",
"developerEmail": "[email protected]",
"developerName": "Balamurali Pandranki",
"basePath": "https://api.mydatamyconsent.com",
"developerOrganization": "DataConsent, Inc.",
"developerOrganizationUrl": "https://mydatamyconsent.com",
"artifactDescription": "My Data My Consent Python Rest API SDK",
"artifactUrl": "https://github.com/mydatamyconsent/python-sdk",
"artifactVersion": "v1",
"licenseUrl": "https://mydatamyconsent.com/en-us/legal/terms-of-service",
"licenseName": "DataConsent, Inc. ToS",
"scmUrl": "https://github.com/mydatamyconsent/python-sdk",
"scmDeveloperConnection": "scm:git:[email protected]:mydatamyconsent/python-sdk.git"
}
}
}
}
}