Emojis for devs
Built from ground up with Slim Framework

End points


So, like every good API out there, you need to register first to have access to protected routes.


Endpoint Method Params
/register POST username, password
/auth/login POST username, password
/auth/logout POST token required

The juice!


Endpoint Method Description
/emojis GET List all the created emojis
/emojis/{id} GET Gets a single emoji
/emojis POST Create a new emoji
/emojis PUT Updates an emoji
/emojis/{id} DELETE Deletes a single emoji
/emojis/:field/:search GET lists all :search emojis under :field e.g. /emojis/category/whatsapp