emir/weekly-share

Share URL to weekly services

v1.0.0 2017-10-08 18:43 UTC

This package is not auto-updated.

Last update: 2024-04-27 00:45:48 UTC


README

Latest Stable Version Build Status Coverage Status License

Installation

git clone https://github.com/emir/weekly-share.git
composer install

You need to copy .env.example to .env and update variables

php artisan migrate

API

URL METHOD PARAMS VALIDATION ERRORS (HTTP STATUS: 422) SUCCESS CODE
/api/v1/links POST {"url": "https://google.com", "email": "test@test.com"} {"message":"The given data was invalid.","errors":{"url":["The url field is required."], "email":["The email field is required."]}} 201

License

MIT License