stocks_exchange_api_client 0.1.1 → 0.1.2

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: 9929e2fc0c8d796415e16e67a3b1a11ee7d84f1020e054a1aeb21f0c60fee7ec
4
- data.tar.gz: a2f7e7f8efa5fd8660e40f4602c592cde1b91a3b8a2b063ec138affe293094dd
3
+ metadata.gz: 3f5276b14f88f028f92918ff4d93cd54272a744b136521333d540f8db5903dbc
4
+ data.tar.gz: fd9564868f88d9ff67a923dfd53848e238dff2f36949a45ce237e84c5e80c3d4
5
5
  SHA512:
6
- metadata.gz: cf49022aedb533f2c2d143fe37bc290ba007c3c1c7e4b1b764ab06812a5f9d3d93537edf6375866abd7656e44a1e145cdbd3ac3919d07d62315b6b35ea07101e
7
- data.tar.gz: 9e9d24eb47c06ffa85c12864ba6910ca6cf13be23ef5dcf10941cdf3b06359912f6a17d7f232e35c0e8f7007d718c22f54ee6616b0f99457210f208782acbafb
6
+ metadata.gz: 44e409f86d0e545c749af69ae65351ef6a4b07daa30711371c2a5b1f4a15d4be0f35c231dcb93fe1037a4fd7e5888fcb94d63224ca079ef5012351bcf7d47c38
7
+ data.tar.gz: 4012da2f6c11387904bf508024742a0c123f5bf5eb9b7b096493060e9751a13199631da6d0fc91e2f172f98405a60629e6e2b390b327639d2b554dd04f01b2a4
data/README.md CHANGED
@@ -1,5 +1,5 @@
1
- # Stocks.Exchange (Ruby API client)
2
- Stocks.Exchange provides all the core exchange functionality, and additional merchant tools available via the HTTP API where all returned messages are in JSON. It's much easier to work with the API by using one of the clients provided by Stocks.Exchange, so while this page describes the API in case you want or need to build your own client, the examples use the Ruby client.
1
+ # STEX (former Stocks.Exchange) (Ruby API client)
2
+ STEX (former Stocks.Exchange) provides all the core exchange functionality, and additional merchant tools available via the HTTP API where all returned messages are in JSON. It's much easier to work with the API by using one of the clients provided by STEX, so while this page describes the API in case you want or need to build your own client, the examples use the Ruby client.
3
3
  ## Requirements
4
4
  - Ruby >= 2.5.1
5
5
  ## Dependent Libraries
@@ -13,10 +13,11 @@ Stocks.Exchange provides all the core exchange functionality, and additional mer
13
13
  The base URL for all the requests other than public methods is
14
14
  ```
15
15
  https://app.stocks.exchange/api2
16
+ https://app.stex.com/api2
16
17
  ```
17
18
 
18
19
  ## Getting started
19
- -[Documentation](http://help.stocks.exchange/api-integration).
20
+ -[Documentation](http://help.stex.com/api-integration).
20
21
 
21
22
  To get started with the Ruby API client, here's a snippet for creating a client with existing credentials:
22
23
  > In order to use the API functions, you must have an API key and API secret, which is generated in the user profile.
@@ -1,3 +1,3 @@
1
1
  module StocksExchangeApiClient
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stocks_exchange_api_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stocks Exchange
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-08-06 00:00:00.000000000 Z
11
+ date: 2018-09-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: openssl