freeclimb 4.6.2 → 4.7.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 405131395b6b9a36245fc6c748a70527812ba2198998ca22f2e5888d667cf55f
4
- data.tar.gz: f5111a6e4ae25c2f759937b8a44ed062b013557de3a4e85f5fcdedb4208df823
3
+ metadata.gz: ad359c65ec1da2cff52f44bab57f5f01fe852e4e9ac09c65fdecf724566349ff
4
+ data.tar.gz: dac1dae63f315c7e7ac52c1c7717875b8b5f4227e33d16723992e76189926090
5
5
  SHA512:
6
- metadata.gz: e7e06677581cf3b9eade7f93eaf093e9c2570a44421c8357c2a94707c8247d80e15d1f0d863b644dcc8709ec6e49020677704ba9e0790ea003abd860bbb98297
7
- data.tar.gz: d09d6a184bc7a57f1fa79375936f73a3be86f10266f7e13cd6f0574d356572ba5736fa160da346ac4cf37105b0a89a959cbf78316fd4b1c439551d6ac8794ff2
6
+ metadata.gz: a71b0e3b0eb8b3ed799f69e929ea690509df38780a07ef5db5895e8b713b0a00518732953e595e0f433dabf27dce064d1edab0640775f477d20977c29685c2c2
7
+ data.tar.gz: 4cb9c899de0346d5b3427d3760b66ed16e3d937f425ccf8c44ee7b0cf05577435bc8942f5af80769ea729c3f0de5f3c0eca6747c9b61fe55e9800ea0e6f364bb
data/CHANGELOG.md CHANGED
@@ -9,6 +9,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
9
9
 
10
10
  None
11
11
 
12
+ <a name="4.7.0"></a>
13
+
14
+ ## [4.7.0] - 2024-09-12
15
+
16
+ ### Added
17
+
18
+ - getNextPage functionality for paginated resources
19
+
12
20
  <a name="4.6.2"></a>
13
21
 
14
22
  ## [4.6.2] - 2024-07-23
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- freeclimb (4.6.2)
4
+ freeclimb (4.7.0)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
data/LICENSE.txt CHANGED
@@ -1,7 +1,7 @@
1
1
  MIT License
2
2
  -------------
3
3
 
4
- Copyright (c) 2023 FreeClimbAPI
4
+ Copyright (c) 2024 FreeClimbAPI
5
5
 
6
6
  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:
7
7
 
data/README.md CHANGED
@@ -7,7 +7,7 @@ FreeClimb is a cloud-based application programming interface (API) that puts the
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: 1.0.0
10
- - Package version: 4.6.2
10
+ - Package version: 4.7.0
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [https://www.freeclimb.com/support/](https://www.freeclimb.com/support/)
13
13
 
@@ -15,7 +15,7 @@ For more information, please visit [https://www.freeclimb.com/support/](https://
15
15
 
16
16
  Add this to the Gemfile:
17
17
 
18
- gem 'freeclimb', '~> 4.6.2'
18
+ gem 'freeclimb', '~> 4.7.0'
19
19
 
20
20
  and run from your terminal
21
21
 
@@ -44,9 +44,9 @@ gem build freeclimb.gemspec
44
44
  Then either install the gem locally:
45
45
 
46
46
  ```shell
47
- gem install ./freeclimb-4.6.2.gem
47
+ gem install ./freeclimb-4.7.0.gem
48
48
  ```
49
- (for development, run `gem install --dev ./freeclimb-4.6.2.gem` to install the development dependencies)
49
+ (for development, run `gem install --dev ./freeclimb-4.7.0.gem` to install the development dependencies)
50
50
 
51
51
  ## Getting Started
52
52
 
@@ -155,7 +155,7 @@ Class | Method | HTTP request | Description
155
155
  *Freeclimb::DefaultApi* | [**update_an_account**](docs/DefaultApi.md#update_an_account) | **POST** /Accounts/{accountId} | Manage an account
156
156
  *Freeclimb::DefaultApi* | [**update_an_application**](docs/DefaultApi.md#update_an_application) | **POST** /Accounts/{accountId}/Applications/{applicationId} | Update an application
157
157
  *Freeclimb::DefaultApi* | [**update_an_incoming_number**](docs/DefaultApi.md#update_an_incoming_number) | **POST** /Accounts/{accountId}/IncomingPhoneNumbers/{phoneNumberId} | Update an Incoming Number
158
-
158
+ *FreeClimb::DefaultApi* | [**get_next_page**](docs/DefaultApi.md#get_next_page) | **GET** | Get next page of paginated resource
159
159
 
160
160
  ## Documentation for Models
161
161