-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopenapitools.json
More file actions
27 lines (27 loc) · 876 Bytes
/
openapitools.json
File metadata and controls
27 lines (27 loc) · 876 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
{
"$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json",
"spaces": 2,
"generator-cli": {
"version": "7.18.0",
"generators": {
"sendcloud": {
"inputSpec": "./openapi.json",
"output": ".",
"generatorName": "php",
"additionalProperties": {
"packageName": "toppy/sendcloud-client",
"artifactUrl": "https://sendcloud.dev/docs/getting-started/",
"artifactVersion": "0.4.2",
"developerOrganization": "Toppy",
"developerOrganizationUrl": "https://github.com/toppynl",
"composerPackageName": "toppy/sendcloud-client",
"invokerPackage": "Toppy\\Sendcloud\\V2",
"library": "psr-18",
"licenseName": "MIT",
"srcBasePath": "src",
"variableNamingConvention": "camelCase"
}
}
}
}
}