Bungie-net / api

Resources for the Bungie.net API
Other
1.22k stars 92 forks source link

ctype of Content.SearchContentWithText #1750

Open ZxFrankxZ opened 1 year ago

ZxFrankxZ commented 1 year ago

What ctype exist? I want to do requests to Content.SearchContentWithText but dont know what ctype exist.

And one more thing, how can i get the new Hotfix (6.3.x)? For last hotfix/updates i was using this https://www.bungie.net/Platform/Content/Search/es?ctype=News&searchtext=hotfix&currentpage=1 but dont show nothing for 6.3

joshhunt commented 1 year ago

They should add these to the documentation (or give a supported way to discover them), but I believe the possible values are

Aryathel commented 1 year ago

I believe news is also a valid ctype.

However, for getting hotfixes, I would recommend using the RSS feed endpoint. It was much more consistent for me, you just filter by "hotfix" being in the article title for the response.

ZxFrankxZ commented 1 year ago

I believe news is also a valid ctype.

However, for getting hotfixes, I would recommend using the RSS feed endpoint. It was much more consistent for me, you just filter by "hotfix" being in the article title for the response.

Yeah, now i'm using RSS, in the past i dont use this because i dont know how to get the RSS in spanish but now i get a way thanks to people of the bungie api discord :)