MineSkin / api-php.mineskin.org

Source of the old, PHP MineSkin API
https://mineskin.org
MIT License
7 stars 9 forks source link

404 Not found on /generate/url #1

Closed Mrtenz closed 7 years ago

Mrtenz commented 7 years ago

I tried to use the API to generate a skin from a URL, but get a 404 on https://api.mineskin.org/generate/url.

InventivetalentDev commented 7 years ago

You need to use POST to access the generate API. I'd recommend Advanced REST Client if you want to try it :)

Mrtenz commented 7 years ago

Then the API should return a 405 (Method not allowed), not a 404.

Mrtenz commented 7 years ago

Also, the API doesn't seem to work. It just keeps loading.