module BAWSAQ
Constants
- URL
- VERSION
Public Class Methods
fetch(platform=:ps3)
click to toggle source
TODO: find out how to switch platforms
# File lib/bawsaq.rb, line 12 def self.fetch(platform=:ps3) StockCollection.parse(Faraday.get(URL).body) end