An open API service indexing awesome lists of open source software.

https://github.com/omkz/rails-api-auth


https://github.com/omkz/rails-api-auth

doorkeeper restful-api ruby ruby-on-rails

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

### Login

```
curl -X POST -d "grant_type=password&email=user@example.com&password=abc123" localhost:3000/oauth/token
```

### Get All Posts

```
curl -v localhost:3000/api/posts?access_token=OurAccessToken
```