This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
openapitools.json
46 lines (46 loc) · 1.76 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
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json",
"spaces": 2,
"generator-cli": {
"version": "6.5.0",
"repository": "https://github.com/hathora/hathora-cloud-sdks",
"generators": {
"java": {
"generatorName": "java",
"output": "java",
"inputSpec": "swagger.json",
"additionalProperties": {
"artifactId": "hathora-cloud-sdk",
"groupId": "com.hathora",
"apiPackage": "com.hathora.client.api",
"invokerPackage": "com.hathora.client",
"modelPackage": "com.hathora.client.model",
"artifactDescription": "SDK to interact with Hathora Cloud",
"artifactUrl": "https://github.com/hathora/hathora-cloud-sdks",
"disallowAdditionalPropertiesIfNotPresent": false,
"developerEmail": "[email protected]",
"developerName": "Hathora",
"developerOrganization": "Hathora",
"developerOrganizationUrl": "https://hathora.dev",
"hideGenerationTimestamp": true,
"licenseName": "MIT",
"licenseUrl": "https://opensource.org/license/mit/",
"scmConnection": "scm:git:[email protected]:hathora/hathora-cloud-sdks.git",
"scmDeveloperConnection": "scm:git:[email protected]:hathora/hathora-cloud-sdks.git",
"scmUrl": "https://github.com/hathora/hathora-cloud-sdks"
}
},
"csharp": {
"generatorName": "csharp-netcore",
"output": "csharp",
"inputSpec": "swagger.json",
"library": "unityWebRequest",
"additionalProperties": {
"packageName": "Hathora.Cloud.Sdk",
"targetFramework": "netstandard2.1",
"disallowAdditionalPropertiesIfNotPresent": false
}
}
}
}
}