Skip to content

Commit 64c5e5e

Browse files
committed
Update php SDK from OpenAPI spec
1 parent 5e851ce commit 64c5e5e

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,5 +140,6 @@ vendor/bin/phpunit
140140
This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
141141

142142
- API version: `1.0.0`
143+
- Package version: `1.0.0`
143144
- Generator version: `7.14.0`
144145
- Build package: `org.openapitools.codegen.languages.PhpClientCodegen`

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "whatpulse/api-sdk-php",
3+
"version": "1.0.0",
34
"description": "Public API for WhatPulse user data access. This API allows authenticated users to access their own data and public data from other users, depending on privacy settings.",
45
"keywords": [
56
"openapitools",

lib/Configuration.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,7 @@ public static function toDebugReport()
433433
$report .= ' OS: ' . php_uname() . PHP_EOL;
434434
$report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL;
435435
$report .= ' The version of the OpenAPI document: 1.0.0' . PHP_EOL;
436+
$report .= ' SDK Package Version: 1.0.0' . PHP_EOL;
436437
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;
437438

438439
return $report;

0 commit comments

Comments
 (0)