ost-sdk-ruby 0.0.20 → 0.0.21

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
  SHA1:
3
- metadata.gz: 8507ade7c2837a320bfde782d96d5d3949eee96f
4
- data.tar.gz: 42d9c27bc655d939ae4a2899597646ed32942750
3
+ metadata.gz: 8ab1b6d35e6e3a9100d32242436102fff89bb502
4
+ data.tar.gz: 890559a52036ea28a92a1164fad0a96f6c75a0f4
5
5
  SHA512:
6
- metadata.gz: 98acb8f1e2d74a97d4c19df3d59a0f3fea9e0d8b8cf396b190e1b774b931c04b4c973ebbd5580c3828615d7026a6172a50f7b68b2b456d52a87f43db3fdd472f
7
- data.tar.gz: 9999278d32d518a458ae91688eda00aad5b713696332ea4eeb0ff53b222eac638adf3315b6ff0562e40bdc8ff18f32e9b94a787c84c610fe6ba5c079cf1e6b9e
6
+ metadata.gz: a2113f373d9b7ea650b7e4603d9a7253026dfbb235d2e2b60d03ed89491b2f7f468a51e89ee87e27d144207e63e2ed84ea359869d65ad518462451aee6b0f4c7
7
+ data.tar.gz: 4128f64468b0bf855a7f5f2e34a301dab5f6d4688500b4c9950e47c2fd9d80da85d77a0618d8c9713d92f592c6e9d8740f5524bc4609ff137127c65c4d1fe220
@@ -40,7 +40,7 @@ module OSTSdk
40
40
  # response: (OSTSdk::Util::Result)
41
41
  #
42
42
  def list(params = {})
43
- http_helper.send_post_request("#{@url_prefix}/list", params)
43
+ http_helper.send_get_request("#{@url_prefix}/list", params)
44
44
  end
45
45
 
46
46
  # Airdrop Branded Token to list of users
@@ -89,7 +89,7 @@ module OSTSdk
89
89
  else
90
90
  case env
91
91
  when 'sandbox'
92
- @api_base_url = 'https://sandboxapi.ost.com'
92
+ @api_base_url = 'https://playgroundapi.ost.com'
93
93
  when 'main'
94
94
  @api_base_url = 'https://api.ost.com'
95
95
  else
@@ -1,5 +1,5 @@
1
1
  module OSTSdk
2
2
 
3
- VERSION = "0.0.20"
3
+ VERSION = "0.0.21"
4
4
 
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ost-sdk-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.20
4
+ version: 0.0.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - OST
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-03-12 00:00:00.000000000 Z
11
+ date: 2018-03-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler