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

https://github.com/therealedsheenan/contempo-rails-api

Rails server API fro contempo
https://github.com/therealedsheenan/contempo-rails-api

authentication jwt jwt-token rails ruby-on-rails

Last synced: about 1 month ago
JSON representation

Rails server API fro contempo

Awesome Lists containing this project

README

          

![logo contempo](https://github.com/therealedsheenan/contempo-rails-api/blob/master/contempo-rails-api.png)

# Contempo-rails-api [![Build Status](https://travis-ci.org/therealedsheenan/contempo-rails-api.svg?branch=master)](https://travis-ci.org/therealedsheenan/contempo-rails-api)
Server API for contempo

## Routes
- HOST_URL:PORT/api/signin
Sign-in route: Accepts username/email and password.


- HOST_URL:PORT/api/signup
Sign-up route: Accepts username/email, password

- HOST_URL:PORT/api/users
Users route: sample limited access routes

## Important
Make sure that the client URL calls matches all the routes in this API.
Use the contempo-auth.

#### Links
[contempo-auth](https://github.com/therealedsheenan/contempo-auth) - recommended client sample

### Disclaimer
Work in progress