snaptrade 2.0.93 → 2.0.94

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: ec20afd5e46b2ecd35706fab5404e4514ae1e9667f5254011580a1873a3c146c
4
- data.tar.gz: c6c98c5d9694e9ac4e72edf8056a620eeb9841917bca3c49a42817a504b18e12
3
+ metadata.gz: ccb760ae8557494269cf57d32f05916812f6a148846bd45836e6923ae2f617f3
4
+ data.tar.gz: 53f7d15a4b2c5c14b524f0edbdbd79411ddea7710aa5c56c2f460992ae0f55b2
5
5
  SHA512:
6
- metadata.gz: 8490479d39b19d47fc414ab45bef66b834ea3d0f659e6adb97358f51d641c54e8cca06ed063c5a0337dc0155367dd4c5b7342db2f8d27da7ef8069d9e2b29b8d
7
- data.tar.gz: 0ed6430c3f0c6649b0d2ccf4973d78a9f22b89cd45c29dff332a92812009553ef279f76b5a3409ea50fa88c43c6e2a556a0076c087d0963dc00d2ef0159daf13
6
+ metadata.gz: 7d03bd7d288355c2f49c84b7b8fdd28e62b6b9c6e1b9ccc6816b39a520f0de6332430d626b87c7cef90eacf9080154232a7b2781c6b4b388ef9d0b596f2c9567
7
+ data.tar.gz: ff7718427244311d3fdf2339915e70be62e8a9b35212455942006aee97f4e5ed398623f7b189d383bc8d7082c4f1509c48464bef29c8a02f465a3f5195f98701
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- snaptrade (2.0.93)
4
+ snaptrade (2.0.94)
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.93-blue)](https://rubygems.org/gems/snaptrade/versions/2.0.93)
9
+ [![npm](https://img.shields.io/badge/gem-v2.0.94-blue)](https://rubygems.org/gems/snaptrade/versions/2.0.94)
10
10
  [![More Info](https://img.shields.io/badge/More%20Info-Click%20Here-orange)](https://snaptrade.com/)
11
11
 
12
12
  </div>
@@ -81,7 +81,7 @@ Connect brokerage accounts to your app for live positions and trading
81
81
  Add to Gemfile:
82
82
 
83
83
  ```ruby
84
- gem 'snaptrade', '~> 2.0.93'
84
+ gem 'snaptrade', '~> 2.0.94'
85
85
  ```
86
86
 
87
87
  ## Getting Started<a id="getting-started"></a>
@@ -134,7 +134,7 @@ p.result[3] # [Faraday::Response] Raw HTTP response
134
134
 
135
135
  Returns all historical transactions for the specified account.
136
136
 
137
- This endpoint is paginated with a default (and maximum) page size of 1000. See the query parameters for pagination options.
137
+ This endpoint is paginated with a default page size of 1000. The endpoint will return a maximum of 1000 transactions per request. See the query parameters for pagination options.
138
138
 
139
139
  Transaction are returned in reverse chronological order, using the `trade_date` field.
140
140
 
@@ -21,7 +21,7 @@ module SnapTrade
21
21
  #
22
22
  # Returns all historical transactions for the specified account.
23
23
  #
24
- # This endpoint is paginated with a default (and maximum) page size of 1000. See the query parameters for pagination options.
24
+ # This endpoint is paginated with a default page size of 1000. The endpoint will return a maximum of 1000 transactions per request. See the query parameters for pagination options.
25
25
  #
26
26
  # Transaction are returned in reverse chronological order, using the `trade_date` field.
27
27
  #
@@ -50,7 +50,7 @@ module SnapTrade
50
50
  #
51
51
  # Returns all historical transactions for the specified account.
52
52
  #
53
- # This endpoint is paginated with a default (and maximum) page size of 1000. See the query parameters for pagination options.
53
+ # This endpoint is paginated with a default page size of 1000. The endpoint will return a maximum of 1000 transactions per request. See the query parameters for pagination options.
54
54
  #
55
55
  # Transaction are returned in reverse chronological order, using the `trade_date` field.
56
56
  #
@@ -75,7 +75,7 @@ module SnapTrade
75
75
  end
76
76
 
77
77
  # List account activities
78
- # Returns all historical transactions for the specified account. This endpoint is paginated with a default (and maximum) page size of 1000. See the query parameters for pagination options. Transaction are returned in reverse chronological order, using the `trade_date` field. The data returned here is always cached and refreshed once a day.
78
+ # Returns all historical transactions for the specified account. This endpoint is paginated with a default page size of 1000. The endpoint will return a maximum of 1000 transactions per request. See the query parameters for pagination options. Transaction are returned in reverse chronological order, using the `trade_date` field. The data returned here is always cached and refreshed once a day.
79
79
  # @param account_id [String]
80
80
  # @param user_id [String]
81
81
  # @param user_secret [String]
@@ -92,7 +92,7 @@ module SnapTrade
92
92
  end
93
93
 
94
94
  # List account activities
95
- # Returns all historical transactions for the specified account. This endpoint is paginated with a default (and maximum) page size of 1000. See the query parameters for pagination options. Transaction are returned in reverse chronological order, using the &#x60;trade_date&#x60; field. The data returned here is always cached and refreshed once a day.
95
+ # Returns all historical transactions for the specified account. This endpoint is paginated with a default page size of 1000. The endpoint will return a maximum of 1000 transactions per request. See the query parameters for pagination options. Transaction are returned in reverse chronological order, using the &#x60;trade_date&#x60; field. The data returned here is always cached and refreshed once a day.
96
96
  # @param account_id [String]
97
97
  # @param user_id [String]
98
98
  # @param user_secret [String]
@@ -8,5 +8,5 @@ Contact: api@snaptrade.com
8
8
  =end
9
9
 
10
10
  module SnapTrade
11
- VERSION = '2.0.93'
11
+ VERSION = '2.0.94'
12
12
  end
@@ -29,7 +29,7 @@ describe 'AccountInformationApi' do
29
29
 
30
30
  # unit tests for get_account_activities
31
31
  # List account activities
32
- # Returns all historical transactions for the specified account. This endpoint is paginated with a default (and maximum) page size of 1000. See the query parameters for pagination options. Transaction are returned in reverse chronological order, using the &#x60;trade_date&#x60; field. The data returned here is always cached and refreshed once a day.
32
+ # Returns all historical transactions for the specified account. This endpoint is paginated with a default page size of 1000. The endpoint will return a maximum of 1000 transactions per request. See the query parameters for pagination options. Transaction are returned in reverse chronological order, using the &#x60;trade_date&#x60; field. The data returned here is always cached and refreshed once a day.
33
33
  # @param account_id
34
34
  # @param user_id
35
35
  # @param user_secret
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: snaptrade
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.93
4
+ version: 2.0.94
5
5
  platform: ruby
6
6
  authors:
7
7
  - SnapTrade
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-04-18 00:00:00.000000000 Z
11
+ date: 2025-04-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday