snaptrade 2.0.154 → 2.0.155
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 +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +3 -3
- data/lib/snaptrade/api/connections_api.rb +4 -4
- data/lib/snaptrade/version.rb +1 -1
- data/spec/api/connections_api_spec.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 215093f43172a954289d020e6feccadd0832d5dd17037013ee89bd0a42088d81
|
|
4
|
+
data.tar.gz: e3828e6cad03623498859ae5d3df866a5a3e00d35acad759ae8e16ec09141552
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4908c95d293161623bee36599e3b8b127080c8c8ff17d0daec664aa20f1c090ccd74d00b4bfda02d6f537ec4de5282562fd8aa10be56452ba37d5632f1e3c266
|
|
7
|
+
data.tar.gz: dbd496135c64eb0da77791c81623376522ddb0b40a40b03b7a7f49d527c34d4bad41e93f77e3049a4f505c9c79d6f1e0b23c325de41c012d52325db0f007c51e
|
data/Gemfile.lock
CHANGED
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
|
-
[](https://rubygems.org/gems/snaptrade/versions/2.0.155)
|
|
10
10
|
[](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.
|
|
86
|
+
gem 'snaptrade', '~> 2.0.155'
|
|
87
87
|
```
|
|
88
88
|
|
|
89
89
|
## Getting Started<a id="getting-started"></a>
|
|
@@ -1029,7 +1029,7 @@ p result
|
|
|
1029
1029
|
|
|
1030
1030
|
### `snaptrade.connections.remove_brokerage_authorization`<a id="snaptradeconnectionsremove_brokerage_authorization"></a>
|
|
1031
1031
|
|
|
1032
|
-
Deletes the connection specified by the ID. This will also
|
|
1032
|
+
Deletes the SnapTrade connection specified by the ID. This will also remove the accounts and holdings data associated with the connection from SnapTrade. This action is irreversible. This endpoint is synchronous, a 204 response indicates that the data has been successfully deleted.
|
|
1033
1033
|
|
|
1034
1034
|
#### 🛠️ Usage<a id="🛠️-usage"></a>
|
|
1035
1035
|
|
|
@@ -443,7 +443,7 @@ module SnapTrade
|
|
|
443
443
|
|
|
444
444
|
# Delete connection
|
|
445
445
|
#
|
|
446
|
-
# Deletes the connection specified by the ID. This will also
|
|
446
|
+
# Deletes the SnapTrade connection specified by the ID. This will also remove the accounts and holdings data associated with the connection from SnapTrade. This action is irreversible. This endpoint is synchronous, a 204 response indicates that the data has been successfully deleted.
|
|
447
447
|
#
|
|
448
448
|
# @param authorization_id [String]
|
|
449
449
|
# @param user_id [String]
|
|
@@ -456,7 +456,7 @@ module SnapTrade
|
|
|
456
456
|
|
|
457
457
|
# Delete connection
|
|
458
458
|
#
|
|
459
|
-
# Deletes the connection specified by the ID. This will also
|
|
459
|
+
# Deletes the SnapTrade connection specified by the ID. This will also remove the accounts and holdings data associated with the connection from SnapTrade. This action is irreversible. This endpoint is synchronous, a 204 response indicates that the data has been successfully deleted.
|
|
460
460
|
#
|
|
461
461
|
# @param authorization_id [String]
|
|
462
462
|
# @param user_id [String]
|
|
@@ -467,7 +467,7 @@ module SnapTrade
|
|
|
467
467
|
end
|
|
468
468
|
|
|
469
469
|
# Delete connection
|
|
470
|
-
# Deletes the connection specified by the ID. This will also
|
|
470
|
+
# Deletes the SnapTrade connection specified by the ID. This will also remove the accounts and holdings data associated with the connection from SnapTrade. This action is irreversible. This endpoint is synchronous, a 204 response indicates that the data has been successfully deleted.
|
|
471
471
|
# @param authorization_id [String]
|
|
472
472
|
# @param user_id [String]
|
|
473
473
|
# @param user_secret [String]
|
|
@@ -479,7 +479,7 @@ module SnapTrade
|
|
|
479
479
|
end
|
|
480
480
|
|
|
481
481
|
# Delete connection
|
|
482
|
-
# Deletes the connection specified by the ID. This will also
|
|
482
|
+
# Deletes the SnapTrade connection specified by the ID. This will also remove the accounts and holdings data associated with the connection from SnapTrade. This action is irreversible. This endpoint is synchronous, a 204 response indicates that the data has been successfully deleted.
|
|
483
483
|
# @param authorization_id [String]
|
|
484
484
|
# @param user_id [String]
|
|
485
485
|
# @param user_secret [String]
|
data/lib/snaptrade/version.rb
CHANGED
|
@@ -84,7 +84,7 @@ describe 'ConnectionsApi' do
|
|
|
84
84
|
|
|
85
85
|
# unit tests for remove_brokerage_authorization
|
|
86
86
|
# Delete connection
|
|
87
|
-
# Deletes the connection specified by the ID. This will also
|
|
87
|
+
# Deletes the SnapTrade connection specified by the ID. This will also remove the accounts and holdings data associated with the connection from SnapTrade. This action is irreversible. This endpoint is synchronous, a 204 response indicates that the data has been successfully deleted.
|
|
88
88
|
# @param authorization_id
|
|
89
89
|
# @param user_id
|
|
90
90
|
# @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.
|
|
4
|
+
version: 2.0.155
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- SnapTrade
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-12-
|
|
11
|
+
date: 2025-12-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|