JustTemmie Posted May 24 Report Posted May 24 I'm making an application using steam's API with python and i need the RPC locatization data, after about an hour of searching i found the `getAppRichPresenceLocalization` function within the libraries' "friends" component. My actual question is what endpoint is actually queried by the function? I tried reading the code pretty far above my head, i would guess it'd be " https://api.steampowered.com/ICommunityService/GetAppRichPresenceLocalization/v1/ " but it seems to be of no avail no matter what i do. Quote
Dr. McKay Posted May 24 Report Posted May 24 steam-user communicates directly with the Steam backend using the same protocol as the Steam client, which is not HTTP. Some Steam endpoints are available both via the Steam client and the WebAPI, but this particular one isn't. ICommunityService/GetAppRichPresenceLocalization would be the URL if this one was available via WebAPI, but it's not. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.