Skip to content

Commit

Permalink
Add historical data testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
ackleymi committed Jun 6, 2018
1 parent 4f0a331 commit 2e958c4
Show file tree
Hide file tree
Showing 8 changed files with 20,768 additions and 30 deletions.
8 changes: 4 additions & 4 deletions bindata.go

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions fixture/fixtures.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ const (
// YFinQuotePath is the yfin basic quote path.
YFinQuotePath Path = "/v7/finance/quote"

// YFinChart are the yfin chart responses.
YFinChart ResourceID = "chart"
// YFinChartPath is the yfin chart path.
YFinChartPath Path = "/v8/finance/chart"

// ServiceYFin is the yfin service.
ServiceYFin ServiceID = "yfin"
)
Expand Down
Loading

0 comments on commit 2e958c4

Please sign in to comment.