/api-with-lumen

Written api with lumen to get dummy json data

Primary LanguagePHP

API using Lumen

This is a free REST service like JSONPlaceholder, but here you can CRUD your own data.

To CRUD your own posts and comments you need to create a user then send HTTP requests with Api-Token of this user.

If you find anything wrong in this documentation or anything need to improve please send me an email sourovfci@gmail.com

Endpoints

https://api.sourov.im/users

https://api.sourov.im/posts

https://api.sourov.im/comments

Documentation

Documentation for this api can be found on the here.