General question about requesting resources. #26
Unanswered
jackphillips31
asked this question in
Q&A
Replies: 1 comment
-
I feel stupid now because I blatantly overlooked the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey Den!
I've been creating a React-Native app the past month in my free time with the purpose of displaying Halo Infinite Stats and service record. Your blog has been massively helpful in my journey exploring the API. But there's one thing I keep getting stuck on. I'm really confused on how to use some of the paths that I get in my API calls. For example in the "Economy_PlayerCustomization" endpoint I'll get a path like "Inventory/Spartan/Emblems/104-001-olympus-skull-2845463e.json" and I can't figure out which host to use with that. Part of me thinks that maybe it's a local path? Or regarding the sprite sheets for medals "medals/images/medal_sheet_xl.png" - how do you use that to make a request? Looking through halowaypoint I've noticed that the images on there are stored on "gamecms-have.svc.halowaypoint.com" and I've made successful requests using a link retrieved from the website: "https://gamecms-have.svc.halowaypoint.com/hi/Images/file/career_rank/ProcessWidget/238_Bronze_III.png" along with an accompanying Spartan Token. But I've tried using gamecms-hacs with that sprite sheet path, and that other json path as well with an "/hi/" placed between and I'm getting nothing. I've tried most if not all of the hosts that are provided in the Settings & Endpoints API call with no success. I would greatly appreciate if you could point me in the right direction.
Thank you for your time,
Jack
Beta Was this translation helpful? Give feedback.
All reactions