softsrv / gamify

Find which games your friends have and schedule a time to play together.
MIT License
0 stars 0 forks source link

basic gamify api routes #19

Open trriplejay opened 6 years ago

trriplejay commented 6 years ago
trriplejay commented 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.