Page 1 of 2

How to use this API? https://mcapi.ca/pages/docs/skin

Posted: Sat Aug 08, 2015 2:16 am
by Elvin Chu

How to use this API? https://mcapi.ca/pages/docs/skin

Posted: Sat Aug 08, 2015 10:19 am
by Elvin Chu

pls


How to use this API? https://mcapi.ca/pages/docs/skin

Posted: Sat Aug 08, 2015 10:46 am
by Elvin Chu

help


How to use this API? https://mcapi.ca/pages/docs/skin

Posted: Sat Aug 08, 2015 4:22 pm
by Serhii Kulibaba

Hello Elvin,

These APIs return images, so you shouldn't use services for them:
https://mcapi.ca/pages/docs/skin
https://mcapi.ca/pages/docs/avatar

This API: https://mcapi.ca/pages/docs/query returns a json object, so you are free to use services for it


How to use this API? https://mcapi.ca/pages/docs/skin

Posted: Sun Aug 09, 2015 1:38 am
by Elvin Chu

OK thanks , so I need to use rest service right?


How to use this API? https://mcapi.ca/pages/docs/skin

Posted: Sun Aug 09, 2015 4:47 am
by Illya Stepanov

For query - yes.


How to use this API? https://mcapi.ca/pages/docs/skin

Posted: Sun Aug 09, 2015 9:09 am
by Elvin Chu

Hi Illya Stepanov's, I want to ask if I can use this api or not ? If I can and how can I get the show the image in my app? Thanks for reading ! https://mcapi.ca/skin/2d/{username}


How to use this API? https://mcapi.ca/pages/docs/skin

Posted: Sun Aug 09, 2015 5:58 pm
by Serhii Kulibaba

You can use services ONLY for API which return data with json or xml format.
So it is possible to use services for https://mcapi.ca/pages/docs/query, but not for https://mcapi.ca/skin/2d/{username}.
Do you need just show image, or save it locally?


How to use this API? https://mcapi.ca/pages/docs/skin

Posted: Sun Aug 09, 2015 6:00 pm
by Elvin Chu

Just show the image can we use base64 method?BTW Thanks Sergiy Klibaba


How to use this API? https://mcapi.ca/pages/docs/skin

Posted: Mon Aug 10, 2015 1:31 am
by Elvin Chu

Just show