emir/weekly-share
Composer 安装命令:
composer create-project emir/weekly-share
包简介
Share URL to weekly services
README 文档
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 |
License
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-10-08