Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/almmiko/procreader
Read reddit programming for fun
https://github.com/almmiko/procreader
api guzzlehttp laravel oauth2 reddit-api
Last synced: 21 days ago
JSON representation
Read reddit programming for fun
- Host: GitHub
- URL: https://github.com/almmiko/procreader
- Owner: almmiko
- Created: 2017-03-30T11:00:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-31T09:43:31.000Z (almost 8 years ago)
- Last Synced: 2024-11-13T23:43:42.774Z (3 months ago)
- Topics: api, guzzlehttp, laravel, oauth2, reddit-api
- Language: PHP
- Size: 628 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Procreader
Read news from reddit/programming for fun
- command line posts fetcher from reddit (php artisan fetch:reddit {number_of_posts})
- github login
- user auth
- CRUD posts and categories
- awesome bootstrap design## REST API
REST API Token based on user credentials
{POST} /api/v1/authenticate
body => email, password
response => token
{GET} /api/v1/posts
{GET} /api/v1/categoriesparams => limit (optional)
response => [posts, categories]
{POST} /api/v1/posts
{POST} /api/v1/categoriesparams => token
response => created entity
{PUT} /api/v1/posts/{id}
{PUT} /api/v1/categories/{id}params => token
response => updated entity
{DELETE} /api/v1/posts/{id}
{DELETE} /api/v1/categories/{id}params => token## Screenshot
![Alt text](http://image.prntscr.com/image/770a763f76b1462fbf58cfbc1df0d288.png "Procreader")## License
The Procreader is open-sourced project licensed under the [MIT license](http://opensource.org/licenses/MIT).