snaptrade 2.0.118 → 2.0.119

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: 5eaa8a192b22fd8c36cafd97fdd0d530e53bc4c31808c01b6c8a5e521071fcba
4
- data.tar.gz: 4ca620e1bed260b1b60e550156952bb1178c8db2c8d6496b871873c61e0e62e5
3
+ metadata.gz: 04544c3b4f3722e8f2bfc3b1a730fb3fc6ef65fd762afddf4d3e21556880faa4
4
+ data.tar.gz: 53521894f19e0f2bb52942845132b7f07dc3a0b9de436aa00d57b96d539c1041
5
5
  SHA512:
6
- metadata.gz: 8a6ace54ffd9ed8996699d93fb408ad083b0269bf879a9ddb961b76b6da8191f7d8873b3f98f85fb4b14a28948d4b99468e65f709200b3ef17464c82ac08ac67
7
- data.tar.gz: f747e4e76c31eb3bdbe9548a404ec3a28818a09cabd00d558274d605c87e02e42764f63f3243d0bf581e92f9c293ae0806696eb138b6eb6f088dc245889ed732
6
+ metadata.gz: e24567932a3cb2c2aa19c1219e3ebc26708beab6a2a5c84cf06b5f4468526c6466a4029202743227245a6d0eafea43fa02fdd7ddcb6e2b88bed363f7c1623fa0
7
+ data.tar.gz: b8409aaf5fcb21bd3a9a591f0cdaa93500211ad4bd359f6edd929fcbfac82450402a477f14c321b8d6cc73d44a491c85d7fc0b15da597b10f92e731e7c641432
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- snaptrade (2.0.118)
4
+ snaptrade (2.0.119)
5
5
  faraday (>= 1.0.1, < 3.0)
6
6
  faraday-multipart (~> 1.0, >= 1.0.4)
7
7
 
data/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  Connect brokerage accounts to your app for live positions and trading
8
8
 
9
- [![npm](https://img.shields.io/badge/gem-v2.0.118-blue)](https://rubygems.org/gems/snaptrade/versions/2.0.118)
9
+ [![npm](https://img.shields.io/badge/gem-v2.0.119-blue)](https://rubygems.org/gems/snaptrade/versions/2.0.119)
10
10
  [![More Info](https://img.shields.io/badge/More%20Info-Click%20Here-orange)](https://snaptrade.com/)
11
11
 
12
12
  </div>
@@ -83,7 +83,7 @@ Connect brokerage accounts to your app for live positions and trading
83
83
  Add to Gemfile:
84
84
 
85
85
  ```ruby
86
- gem 'snaptrade', '~> 2.0.118'
86
+ gem 'snaptrade', '~> 2.0.119'
87
87
  ```
88
88
 
89
89
  ## Getting Started<a id="getting-started"></a>
@@ -1471,7 +1471,7 @@ Comma separated value of brokerage slugs
1471
1471
 
1472
1472
  ### `snaptrade.reference_data.list_all_brokerage_instruments`<a id="snaptradereference_datalist_all_brokerage_instruments"></a>
1473
1473
 
1474
- Returns a list of all brokerage instruments available for a given brokerage, optionally filtered by a search. Not all brokerages support this. The ones that don't will return an empty list.
1474
+ Returns a list of all brokerage instruments available for a given brokerage. Not all brokerages support this. The ones that don't will return an empty list.
1475
1475
 
1476
1476
  #### 🛠️ Usage<a id="🛠️-usage"></a>
1477
1477
 
@@ -596,9 +596,9 @@ module SnapTrade
596
596
  end
597
597
 
598
598
 
599
- # Get a list of instruments available on the brokerage.
599
+ # Get brokerage instruments
600
600
  #
601
- # Returns a list of all brokerage instruments available for a given brokerage, optionally filtered by a search. Not all brokerages support this. The ones that don't will return an empty list.
601
+ # Returns a list of all brokerage instruments available for a given brokerage. Not all brokerages support this. The ones that don't will return an empty list.
602
602
  #
603
603
  # @param brokerage_id [String]
604
604
  # @param [Hash] extra additional parameters to pass along through :header_params, :query_params, or parameter name
@@ -607,9 +607,9 @@ module SnapTrade
607
607
  data
608
608
  end
609
609
 
610
- # Get a list of instruments available on the brokerage.
610
+ # Get brokerage instruments
611
611
  #
612
- # Returns a list of all brokerage instruments available for a given brokerage, optionally filtered by a search. Not all brokerages support this. The ones that don't will return an empty list.
612
+ # Returns a list of all brokerage instruments available for a given brokerage. Not all brokerages support this. The ones that don't will return an empty list.
613
613
  #
614
614
  # @param brokerage_id [String]
615
615
  # @param [Hash] extra additional parameters to pass along through :header_params, :query_params, or parameter name
@@ -617,8 +617,8 @@ module SnapTrade
617
617
  list_all_brokerage_instruments_with_http_info_impl(brokerage_id, extra)
618
618
  end
619
619
 
620
- # Get a list of instruments available on the brokerage.
621
- # Returns a list of all brokerage instruments available for a given brokerage, optionally filtered by a search. Not all brokerages support this. The ones that don't will return an empty list.
620
+ # Get brokerage instruments
621
+ # Returns a list of all brokerage instruments available for a given brokerage. Not all brokerages support this. The ones that don't will return an empty list.
622
622
  # @param brokerage_id [String]
623
623
  # @param [Hash] opts the optional parameters
624
624
  # @return [BrokerageInstrumentsResponse]
@@ -627,8 +627,8 @@ module SnapTrade
627
627
  data
628
628
  end
629
629
 
630
- # Get a list of instruments available on the brokerage.
631
- # Returns a list of all brokerage instruments available for a given brokerage, optionally filtered by a search. Not all brokerages support this. The ones that don&#39;t will return an empty list.
630
+ # Get brokerage instruments
631
+ # Returns a list of all brokerage instruments available for a given brokerage. Not all brokerages support this. The ones that don&#39;t will return an empty list.
632
632
  # @param brokerage_id [String]
633
633
  # @param [Hash] opts the optional parameters
634
634
  # @return [Array<(BrokerageInstrumentsResponse, Integer, Hash)>] BrokerageInstrumentsResponse data, response status code and response headers
@@ -8,5 +8,5 @@ Contact: api@snaptrade.com
8
8
  =end
9
9
 
10
10
  module SnapTrade
11
- VERSION = '2.0.118'
11
+ VERSION = '2.0.119'
12
12
  end
@@ -109,8 +109,8 @@ describe 'ReferenceDataApi' do
109
109
  end
110
110
 
111
111
  # unit tests for list_all_brokerage_instruments
112
- # Get a list of instruments available on the brokerage.
113
- # Returns a list of all brokerage instruments available for a given brokerage, optionally filtered by a search. Not all brokerages support this. The ones that don&#39;t will return an empty list.
112
+ # Get brokerage instruments
113
+ # Returns a list of all brokerage instruments available for a given brokerage. Not all brokerages support this. The ones that don&#39;t will return an empty list.
114
114
  # @param brokerage_id
115
115
  # @param [Hash] opts the optional parameters
116
116
  # @return [BrokerageInstrumentsResponse]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: snaptrade
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.118
4
+ version: 2.0.119
5
5
  platform: ruby
6
6
  authors:
7
7
  - SnapTrade