Skip to content

Commit 756cfef

Browse files
authored
Merge pull request #43 from FreeClimbAPI/VCSWP-19122
Resolve VCSWP-19122: Pagination for PHP SDK
2 parents cc34d39 + 82e8e73 commit 756cfef

File tree

12 files changed

+829
-97
lines changed

12 files changed

+829
-97
lines changed

.openapi-generator/FILES

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,4 +298,3 @@ lib/Model/UpdateConferenceRequest.php
298298
lib/Model/UpdateConferenceRequestStatus.php
299299
lib/ObjectSerializer.php
300300
phpunit.xml.dist
301-
test/Api/DefaultApiTest.php

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
99

1010
None
1111

12+
<a name="4.5.0"></a>
13+
14+
## [4.5.0] - 2024-09-11
15+
16+
### Added
17+
18+
- Pagination functionality for PHP SDK
19+
1220
<a name="4.4.2"></a>
1321

1422
## [4.4.2] - 2024-07-23

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MIT License
22
-------------
33

4-
Copyright (c) 2023 FreeClimbAPI
4+
Copyright (c) 2024 FreeClimbAPI
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
77

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,5 +383,5 @@ [email protected]
383383
This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
384384

385385
- API version: `1.0.0`
386-
- Package version: `4.4.2`
386+
- Package version: `4.5.0`
387387
- Build package: `org.openapitools.codegen.languages.PhpClientCodegen`

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "freeclimbapi/php-sdk",
3-
"version": "4.4.2",
3+
"version": "4.5.0",
44
"description": "FreeClimb is a cloud-based application programming interface (API) that puts the power of the Vail platform in your hands. FreeClimb simplifies the process of creating applications that can use a full range of telephony features without requiring specialized or on-site telephony equipment. Using the FreeClimb REST API to write applications is easy! You have the option to use the language of your choice or hit the API directly. Your application can execute a command by issuing a RESTful request to the FreeClimb API. The base URL to send HTTP requests to the FreeClimb REST API is: /apiserver. FreeClimb authenticates and processes your request.",
55
"keywords": [
66
"openapitools",

0 commit comments

Comments
 (0)