-
Notifications
You must be signed in to change notification settings - Fork 2
/
APIMATIC-META.json
73 lines (73 loc) · 2.23 KB
/
APIMATIC-META.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"Authentication": {
"Type": "CustomAuth",
"AuthType": "CustomAuth"
},
"CodeGenSettings": {
"SynchronyMode": "Asynchronous",
"ModelSerializationScheme": "Json",
"ArraySerialization": "Indexed",
"Nullify404": false,
"UseHttpMethodPrefix": false,
"UseModelPrefix": false,
"UseExceptionPrefix": true,
"UseEnumPrefix": true,
"UseControllerPrefix": true,
"UseConstructorsForConfig": false,
"Timeout": 0.0,
"AndroidUseAppManifest": false,
"iOSUseAppInfoPlist": false,
"iOSGenerateCoreData": false,
"CollapseParamsToArray": false,
"RunscopeEnabled": false,
"AndroidHttpClient": "ANDROID_OK",
"JavaHttpClient": "JAVA_OK",
"ObjCHttpClient": "UNIREST",
"CSharpHttpClient": "UNIREST",
"NodeHttpClient": "NODE_REQUEST",
"JavaUsePropertiesConfig": false,
"PHPHttpClient": "UNIREST",
"EnablePHPComposerVersionString": false,
"EnableGlobalUserAgent": true,
"DateTimeFormat": "",
"EnableAdditionalModelProperties": false,
"PreserveParameterOrder": true,
"ValidateRequiredParameters": false,
"AppendContentHeaders": true,
"GenerateInterfaces": false,
"UseCommonSDKLibrary": false,
"ParameterArrayFormat": "ParamArrayWithIndex",
"SecurityProtocols": [
"Ssl3",
"Tls"
],
"GenerateTravisConfig": false,
"GenerateCircleConfig": false,
"GenerateAppveyorConfig": false,
"GenerateJenkinsConfig": false,
"EnableLogging": false,
"EnableHttpCache": false,
"Retries": 0,
"RetryInterval": 1.0,
"GenerateAdvancedDocs": true,
"DisableDocs": false,
"StoreTimezoneInformation": false,
"UnderscoreNumbers": true,
"UseSingletonPattern": true,
"IgnoreIfNullJson": false,
"DisableLinting": false,
"SortResources": false,
"LiftParameterDescriptionFromCustomType": false,
"AllowSkippingSSLCertVerification": false,
"ApplyCustomizations": [],
"DoNotSplitWords": [],
"ReturnCompleteHttpResponse": false,
"ThrowForHttpErrorStatusCodes": true,
"GenerateModels": true,
"GenerateExceptions": true,
"ResponseMapping": {
"Type": "Simple"
},
"ForceKeywordArgsInRuby": false
},
}