2017 © Pedro Peláez
 

project weekly-share

Share URL to weekly services

image

emir/weekly-share

Share URL to weekly services

  • Sunday, October 8, 2017
  • by emir
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Add URLs to Weekly Services

Latest Stable Version Build Status Coverage Status License, (*1)

Installation

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

You need to copy .env.example to .env and update variables, (*2)

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, (*3)

The Versions