emir / weekly-share
Share URL to weekly services
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=7.0.0
- fideloper/proxy: ~3.3
- laravel/framework: 5.5.*
- laravel/tinker: ~1.0
Requires (Dev)
- filp/whoops: ~2.0
- fzaninotto/faker: ~1.4
- mockery/mockery: 0.9.*
- phpunit/php-code-coverage: ^5.2
- phpunit/phpunit: ~6.0
- satooshi/php-coveralls: ^1.0
This package is not auto-updated.
Last update: 2025-03-01 04:45:49 UTC
README
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 |