snaptrade 2.0.75 → 2.0.76

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: 14a1d283a870bc3aeccde52d6e70d0f1498b12809b05226ebc8e257ff72b867b
4
- data.tar.gz: '0919d89a114b443a4498580256627beba1da2199b9f5d11d71162db299d4effb'
3
+ metadata.gz: 3749026228728a05a08bfbf7657726a116ea744200748c25230a571f3effa668
4
+ data.tar.gz: 622ba6546c2dd261e9e5710d9af5d0501b97a3fbe02aafb6d62df051de960775
5
5
  SHA512:
6
- metadata.gz: 4f33da4b7c812f6c1c57d76e1325f7afdad2e5d9e5c88fd47af9c6fdb1c30a0aa1c48c32a47b82e6e65461d39f53099b6a0df211072333c2c02aba104b7de5d4
7
- data.tar.gz: 1a0b3791f90cc3bdcdd64a3772ce196d08b8d97be73e6747b3cd0a5e0abed5b6a56646320140242431d951e52fbad2d6cd2824065e0bbebc115d1f9711eb7d4c
6
+ metadata.gz: f013fc15f8a665e1690019a7baffa67d590730e571083b67dd62d54bab95a31d7ce6204d732ac28851e0c3799a6d2eb8cc6ea8f4cf0c9cdba12dde48fbf02192
7
+ data.tar.gz: 9148b5b882a788096f01d09213d42b6f0751a84632564cb021c961d8d1a8a8ab49e993a8ed07e90a1d4d954fa8b0862b2c2bfaf4ab7708fcee0061d8f5ad11af
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- snaptrade (2.0.75)
4
+ snaptrade (2.0.76)
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.75-blue)](https://rubygems.org/gems/snaptrade/versions/2.0.75)
9
+ [![npm](https://img.shields.io/badge/gem-v2.0.76-blue)](https://rubygems.org/gems/snaptrade/versions/2.0.76)
10
10
  [![More Info](https://img.shields.io/badge/More%20Info-Click%20Here-orange)](https://snaptrade.com/)
11
11
 
12
12
  </div>
@@ -74,7 +74,7 @@ Connect brokerage accounts to your app for live positions and trading
74
74
  Add to Gemfile:
75
75
 
76
76
  ```ruby
77
- gem 'snaptrade', '~> 2.0.75'
77
+ gem 'snaptrade', '~> 2.0.76'
78
78
  ```
79
79
 
80
80
  ## Getting Started<a id="getting-started"></a>
@@ -127,7 +127,7 @@ p.result[3] # [Faraday::Response] Raw HTTP response
127
127
 
128
128
  Returns all historical transactions for the specified account.
129
129
 
130
- This endpoint is paginated and will return a maximum of 1000 transactions per request. See the query parameters for pagination options.
130
+ 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.
131
131
 
132
132
  Transaction are returned in reverse chronological order, using the `trade_date` field.
133
133
 
@@ -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 and will return a maximum of 1000 transactions per request. 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 and will return a maximum of 1000 transactions per request. 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 and 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.
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 and 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.
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.75'
11
+ VERSION = '2.0.76'
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 and 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.
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.75
4
+ version: 2.0.76
5
5
  platform: ruby
6
6
  authors:
7
7
  - SnapTrade
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-02-06 00:00:00.000000000 Z
11
+ date: 2025-02-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday