florence/emoji

Emoji REST API

dev-master 2016-04-05 19:45 UTC

This package is not auto-updated.

Last update: 2024-04-29 09:23:37 UTC


README

Build Status

Emojis4Devs REST API

Emojis4Devs is a RESTful API that allows you get, find, update or delete any emoji of your choosing. The API employs the use of simple token based authentication.

##Usage

Working on a client project or on a side project? There are many fun stuff you can do with Emojis4Devs e.g. All examples are shown in POSTMAN.

First thing you have to do is to register. So hit the register endpoint like so:

alt text

Supply a username and a password and you are good to go.

Next thing you want to do is to login: do that by hitting the /auth/login endpoint

alt text

To have a listing of all the created emojis, you need to hit the emojis endpoint. alt text

Create a new emoji alt text

See full documentation here for the various endpoints and how to consume them.

##Contributing This is an open-source project, so please feel free to tell family and friends to contribute to Emojis4Devs to make it even more awesome. see how

Happy Coding!