florence / emoji
Emoji REST API
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 0
Open Issues: 0
Language:CSS
Requires
- guzzlehttp/guzzle: ^6.1
- illuminate/database: ^5.1
- slim/slim: ^2.6
- vlucas/phpdotenv: ^2.1
Requires (Dev)
- phpunit/phpunit: ^5.0
This package is not auto-updated.
Last update: 2024-12-23 12:11:16 UTC
README
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:
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
To have a listing of all the created emojis, you need to hit the emojis
endpoint.
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!