Hi,
I’m building an app which aggregates users’ game libraries (Steam, Uplay, BattleNet, etc…) similar to GOG or Playnite. Now ideally, I want to support BattleNet but I can’t figure out how to access a user’s owned games. I was hoping someone could help me.
I’ve noticed the documentation contains this info on some Streaming Provider Service (SPS) which gives access to a user’s playable games but I can’t find any info on how to use this service. I see “(SPS) enables Blizzard cloud gaming partners the ability to query the list of titles to which a player has access”. Does this mean this service is only available to some partners? If not, is this service documented somewhere?
I’ve also noticed this endpoint could be used to fetch my owned games: account(.)battle(.)net/api/games-and-subs when I’m in an authenticated session. However, I don’t see any documentation on these types of endpoints. Am I allowed to use those, and do they work with oAuth? Also, is there documentation on endpoints like these?