-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
30 lines (30 loc) · 1.36 KB
/
config.json
File metadata and controls
30 lines (30 loc) · 1.36 KB
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
{
"groupId": "com.fastcomments",
"artifactId": "client",
"artifactVersion": "1.3.5",
"packageName": "com.fastcomments",
"apiPackage": "com.fastcomments.api",
"modelPackage": "com.fastcomments.model",
"invokerPackage": "com.fastcomments.invoker",
"openApiNullable": false,
"library": "okhttp-gson",
"serializationLibrary": "gson",
"disallowAdditionalPropertiesIfNotPresent": false,
"description": "FastComments API Client - A SDK for interacting with the FastComments API",
"artifactDescription": "FastComments API Client - A SDK for interacting with the FastComments API",
"artifactUrl": "https://fastcomments.com",
"licenseName": "MIT",
"infoEmail": "support@fastcomments.com",
"developerName": "FastComments",
"developerEmail": "support@fastcomments.com",
"developerOrganization": "FastComments",
"developerOrganizationUrl": "https://fastcomments.com",
"gitUserId": "fastcomments",
"authorizeHint": "The FastComments API uses two types of endpoints: DefaultApi requires an API key for authentication, whereas PublicApi which can be accessed without an api key (often from browsers/client SDKs using SSO).",
"hideGenerationTimestamp": true,
"additionalProperties": {
"mavenRepository": "https://repo.repsy.io/mvn/winrid/fastcomments",
"mavenRepositoryId": "repsy",
"mavenRepositoryName": "FastComments Maven Repository on Repsy"
}
}