Resources for Ruby Web API talk
$ git clone [email protected]:medellinrb/appointments-api.git
$ cd appointments-api
$ rake db:create db:migrate
$ rails server
The appointments endpoint is in:
http://localhost:3000/api/v1/appointments
Replace with your user_email
and user_token
information
$ rails console
request = HTTParty.get('http://localhost:3000/api/v1/[email protected]&user_token=B5fbostCifH44hFZLXBp')