Skip to content

Commit 01d801a

Browse files
committed
API version we use is 3
1 parent 96e2c45 commit 01d801a

File tree

6 files changed

+10
-7
lines changed

6 files changed

+10
-7
lines changed

.openapi-generator/FILES

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.gitignore
2-
.openapi-generator-ignore
32
.php-cs-fixer.dist.php
43
.travis.yml
54
README.md

.openapi-generator/config.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
API 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
127128
This 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`

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.0.0",
2+
"version": "0.1.0",
33
"description": "API for managing production accounts.",
44
"keywords": [
55
"openapitools",

lib/Configuration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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;

regenerate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export PHP_POST_PROCESS_FILE="make cs"
22

3-
deffile=doc/openapi.yml
3+
deffile=openapi.yml
44

55
rm -rf lib docs test README.md
66

0 commit comments

Comments
 (0)