feature: add Steam Store game price extractor #47
Reference in New Issue
Block a user
Delete Branch "feature/steam-extractor"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
sites/steampackage withGetGamePrice()andSearchGames()methodsGamePricestruct: AppID, name, price, original price, discount %, on-sale flag, free-to-play, currencya.search_result_rowelements with app ID fromdata-ds-appidCloses #28
Parent: #31 (PR 15 of 18)
Test plan
go build ./...passesgo test ./...passes (including new mock-based tests)go vet ./...passes