fastbound-ruby 1.0.0 → 1.0.1

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: bf0dfc7f844190045d5c4014a46a84d5fa898d614e10ad15b919110a997221e5
4
- data.tar.gz: 1f875a1df0916ef269723b58ed3e7bcb3d3bb4a7f4cafa57850d625d637b9b12
3
+ metadata.gz: 6d2531751f10fb98c84aa798ec9bcd781e2964027412418bdffcab48f86e81ed
4
+ data.tar.gz: 48bed4354d29205924c2d4ac773b2f1558f6836cb3323dbdadc3bdbc9a44035b
5
5
  SHA512:
6
- metadata.gz: c003c356e3681e451a0e26b26d0a0b3326ad831c25227632dda3f7c22c29a60b9f828c2463982be6174560bcce69748ca472718ccc6a8587e6cf9d390f7c643a
7
- data.tar.gz: 6863e30394b7bf0f5289c1309ade62f25be1accd51f427472173dc319cde3dbeadbca43d01253867e64f0f94f6acf8b9ffc70c866c4b61d68d82e7763f60be47
6
+ metadata.gz: 331d7226825389d572af61e23068d4b51c859c0baf289aecf4629e2a6833918e630eff84953a55d265709ba259dc5ca0109014d635fa9404ed69fa1707116d9f
7
+ data.tar.gz: c45ecf70ba039bcdbd5a29ec896b44ad598bfd12d81cec4b906df5a945b0b4a186c907829d5236a9948a262b5535e683061fc2559ad740de36cdc10e09c942b4
@@ -33,8 +33,8 @@ module FastBound
33
33
  @client = client
34
34
  end
35
35
 
36
- def list
37
- endpoint = ENDPOINTS[:list]
36
+ def list(params = {})
37
+ endpoint = ENDPOINTS[:list] % convert_params_to_request_query(params)
38
38
 
39
39
  get_request(@client, endpoint)
40
40
  end
@@ -1,3 +1,3 @@
1
1
  module FastBound
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastbound-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeffrey Dill
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-09-24 00:00:00.000000000 Z
11
+ date: 2021-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler