File tree Expand file tree Collapse file tree 6 files changed +10
-7
lines changed
Expand file tree Collapse file tree 6 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 11.gitignore
2- .openapi-generator-ignore
32.php-cs-fixer.dist.php
43.travis.yml
54README.md
Original file line number Diff line number Diff line change @@ -6,8 +6,11 @@ additionalProperties:
66 UserId : VitexSoftware
77 RepoId : php-vitexsoftware-rbczpremiumapi
88 infoEmail : vitezslav.dvorak@spojenet.cz
9+ infoUrl : https://github.com/Spoje-NET/php-csas-webapi
10+ infoDescription : PHP API client for CSAS WebAPI
11+ apiVersion : 3.0.0
912 allowUnicodeIdentifiers : true
10- artifactVersion : 3.0 .0
13+ artifactVersion : 0.1 .0
1114 invokerPackage : Spoje-NET\php-csas-webapi
1215 modelPackage : Model
1316 variableNamingConvention : camelCase
Original file line number Diff line number Diff line change 22
33API for managing production accounts.
44
5+ For more information, please visit [ https://github.com/Spoje-NET/php-csas-webapi ] ( https://github.com/Spoje-NET/php-csas-webapi ) .
56
67## Installation & Usage
78
@@ -127,6 +128,6 @@ vitezslav.dvorak@spojenet.cz
127128This PHP package is automatically generated by the [ OpenAPI Generator] ( https://openapi-generator.tech ) project:
128129
129130- API version: ` 1.0.0 `
130- - Package version: ` 3.0 .0`
131+ - Package version: ` 0.1 .0`
131132 - Generator version: ` 7.10.0 `
132133- Build package: ` org.openapitools.codegen.languages.PhpClientCodegen `
Original file line number Diff line number Diff line change 11{
2- "version" : " 3.0 .0" ,
2+ "version" : " 0.1 .0" ,
33 "description" : " API for managing production accounts." ,
44 "keywords" : [
55 " openapitools" ,
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ class Configuration
101101 *
102102 * @var string
103103 */
104- protected $ userAgent = 'OpenAPI-Generator/3.0 .0/PHP ' ;
104+ protected $ userAgent = 'OpenAPI-Generator/0.1 .0/PHP ' ;
105105
106106 /**
107107 * Debug switch (default set to false)
@@ -434,7 +434,7 @@ public static function toDebugReport()
434434 $ report .= ' OS: ' . php_uname () . PHP_EOL ;
435435 $ report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL ;
436436 $ report .= ' The version of the OpenAPI document: 1.0.0 ' . PHP_EOL ;
437- $ report .= ' SDK Package Version: 3.0 .0 ' . PHP_EOL ;
437+ $ report .= ' SDK Package Version: 0.1 .0 ' . PHP_EOL ;
438438 $ report .= ' Temp Folder Path: ' . self ::getDefaultConfiguration ()->getTempFolderPath () . PHP_EOL ;
439439
440440 return $ report ;
Original file line number Diff line number Diff line change 11export PHP_POST_PROCESS_FILE=" make cs"
22
3- deffile=doc/ openapi.yml
3+ deffile=openapi.yml
44
55rm -rf lib docs test README.md
66
You can’t perform that action at this time.
0 commit comments