Skip to content

medellinrb/appointments-api

Repository files navigation

Web APIs

Resources for Ruby Web API talk

Slides

Web APIs

Deployed app

Appointments API

Installation instructions

$ git clone [email protected]:medellinrb/appointments-api.git
$ cd appointments-api
$ rake db:create db:migrate
$ rails server

API endpoints

The appointments endpoint is in:

http://localhost:3000/api/v1/appointments

Make a request

Replace with your user_email and user_token information

$ rails console
request = HTTParty.get('http://localhost:3000/api/v1/[email protected]&user_token=B5fbostCifH44hFZLXBp')

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published