originally posted in:BungieNetPlatform
Other endpoints and things I've picked up. Not sure if they're already known.
/platform/settings/
/platform/User/Acknowledged/1_30707000/?lc=en
- the id looks to somehow relate to an individual Grimoire card which clears the read flag ribbon
/platform/GlobalAlerts/?lc=en
- guessing this returns the error messages which appear above the forum pages
POST /platform/Content/SearchEx/en/?lc=en&head=false
Body: {"contentTypes":["MessageOfTheDay"],"tag":"platform-android","sortBy":0,"creationDate":0,"modifiedDate":0,"itemsPerPage":1,"currentPage":1}
https://www.bungie.net/platform/User/GetBungieAccount/8011/254/?lc=en
English
-
Edited by lowlines: 5/31/2015 3:33:47 AMThat platform-lib.js file is very thorough. I've moved my [url=http://bungienetplatform.wikia.com/wiki/Endpoints]Endpoints list[/url] onto the wikia though I'm going to convert it to a sortable table (and then change my script to dump it pre-formatted for wikia so I can just copy-paste in the future). [edit] Converted it to a sortable table, however I had to apply some inline styles to get it to fit in the limited template space (shame the Recent Wiki Activity and Must Watch Videos can't be removed to free up space). I just realised that the platform-lib actually has function names for each endpoint. They don't completely pair up with how we've been doing the naming however I reckon GetCharacterInventory is much better than GetDestinyAccountCharacterInventory, which is just one of the ridiculously long endpoint names I've put on some of the pages. If you are in agreement, I will go through and change the DestinyService endpoints to line up with the names from the platform-lib.
-
That sounds like a good idea. What you've done with the table looks great, too.