You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
create a simple steam/mock_webapi.go that will implement basic methods for get players, get games, get friends, and return static (mocked) data. for now, data should be loaded from json files stored locally, not in the repo.
implement an api for gamify that utilizes these mocked routes, and filters the data down to only the data we care about.
determine a format for the returned objects. be consistent and allow for enhancement over time
steam/mock_webapi.gothat will implement basic methods for get players, get games, get friends, and return static (mocked) data. for now, data should be loaded from json files stored locally, not in the repo.