Commit afbb0d5 1 parent d5cb8c7 commit afbb0d5 Copy full SHA for afbb0d5
File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 5
5
[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/austinbspencer/tasty-go )] ( https://goreportcard.com/report/github.com/austinbspencer/tasty-go )
6
6
[ ![ codecov] ( https://codecov.io/gh/austinbspencer/tasty-go/branch/main/graph/badge.svg?token=ZVVJF2RFQO )] ( https://codecov.io/gh/austinbspencer/tasty-go )
7
7
8
- This library provides unofficial Go clients for [ TastyTrade API] ( https://tastytrade.com ) .
8
+ This library provides ` unofficial ` Go clients for [ TastyTrade API] ( https://tastytrade.com ) .
9
9
10
10
> You will need to opt into TastyTrade's API [ here] ( https://developer.tastytrade.com )
11
11
@@ -15,6 +15,14 @@ This library provides unofficial Go clients for [TastyTrade API](https://tastytr
15
15
16
16
[ Create your account] ( https://start.tastytrade.com/#/login?referralCode=MS53QAT6DS ) if you don't already have one to begin trading with TastyTrade.
17
17
18
+ ## Dependencies
19
+
20
+ There are very few dependencies for this lightweight API wrapper.
21
+
22
+ - [ decimal] ( https://github.com/shopspring/decimal )
23
+ - [ go-querystring] ( https://github.com/google/go-querystring )
24
+ - [ testify] ( https://github.com/stretchr/testify ) ` for testing `
25
+
18
26
## TO-DO
19
27
20
28
- Untested endpoints
You can’t perform that action at this time.
0 commit comments