apimatic_core 0.3.16 → 0.3.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6ecc4f4597c759974681f7105595172534b8ae7864654711e4f7ed04db6fa518
4
- data.tar.gz: d9d62ba896f853026f2d52f242241048a91ae5e49a1b5906b2c1ee78ee3559e3
3
+ metadata.gz: eb57dc9ff26738c2c3729fc25e818fcb3332856d1c5198ef0d124c95a5bee705
4
+ data.tar.gz: c6282f7eab4aba5fa315559f4771ed11bc19389a4e9100f492181dfb3d770b2d
5
5
  SHA512:
6
- metadata.gz: 3df51d480ddfc862d60c5452f6b15a71d091ebe64db5e5f86ef885ee402f9dffabee2a644a94c33a6572ce55383b04cf8720b4d70f9d87fece77da65741c9626
7
- data.tar.gz: 7eda9192920928a35a9d9e09bf2937348972aa8bcdaf37fdd153da1abf357b9c259cee74e59c17e1845cbb2fb57cbcd18997dd5e5c381422d0e74ac692249368
6
+ metadata.gz: ed4993b9e5dd5c868b6edfe9fddf0dccb29e3d533af41728abb1b03d57c50cd0e3f5ff35a684d95acad12aa14a9a59fba9cdfef2803ea61f44440eca54f568b2
7
+ data.tar.gz: 1385e863201a29c29c4eee3ada89cec1ae267786c682a34b92af864784041c6b78614c989d8826361a71ba3bd3dcc1aa1e84ef578a7a2767f926f7a3005b45da
@@ -3,6 +3,12 @@ module CoreLibrary
3
3
  class ApiCall
4
4
  attr_reader :request_builder, :pagination_strategy_list, :global_configuration
5
5
 
6
+ # Creates a new builder instance of the API call with pre-configured global and logging configurations.
7
+ # @return [ApiCall] The instance of ApiCall object.
8
+ def new_builder
9
+ ApiCall.new(@global_configuration)
10
+ end
11
+
6
12
  # Initializes a new instance of ApiCall.
7
13
  # @param [GlobalConfiguration] global_configuration An instance of GlobalConfiguration.
8
14
  def initialize(global_configuration)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apimatic_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.16
4
+ version: 0.3.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - APIMatic Ltd.