Difference between revisions of "Talk:Mojang API"

From wiki.vg
Jump to navigation Jump to search
Line 3: Line 3:
 
I've added the API call for skin changes but it'll need some editing to fit in with the other calls on the page.
 
I've added the API call for skin changes but it'll need some editing to fit in with the other calls on the page.
 
--[[User:Tron|Tron]] ([[User talk:Tron|talk]]) 17:39, 21 March 2016 (UTC)
 
--[[User:Tron|Tron]] ([[User talk:Tron|talk]]) 17:39, 21 March 2016 (UTC)
 +
:How exactly should the payload look like? Whatever I send (even garbage data) I get back a 403 HTTP response with <syntaxhighlight lang="json">{"error":"Forbidden","errorMessage":"Current IP not secured"}</syntaxhighlight> --[[User:Grego87|Grego87]] ([[User talk:Grego87|talk]]) 00:00, 3 May 2016 (UTC)

Revision as of 00:00, 3 May 2016

Skin Change API call

I've added the API call for skin changes but it'll need some editing to fit in with the other calls on the page. --Tron (talk) 17:39, 21 March 2016 (UTC)

How exactly should the payload look like? Whatever I send (even garbage data) I get back a 403 HTTP response with
{"error":"Forbidden","errorMessage":"Current IP not secured"}
--Grego87 (talk) 00:00, 3 May 2016 (UTC)