Open trriplejay opened 6 years ago
have some basics done. our api will need to enhance the steam api a bit.
example:
internally, when our API /friends?steamId=xyz
is called, we need to do the friends call for xyz, and then do a steam get players call, passing in the list of steamIds from the friends call, then what we return should be a list of players. working on this now.
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.