Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 684 Bytes

File metadata and controls

37 lines (25 loc) · 684 Bytes

Sinatra Sample

  • Ruby 2.6.2

初回

$ bundle install --path vendor/bundle

bundlerがないぞ!と怒られた場合は, gem install bundler しよう!

起動

$ ruby app.rb

Webブラウザで http://localhost:4567 にアクセス!

API Test ツール

https://chrome.google.com/webstore/detail/restlet-client-rest-api-t/aejoelaoggembcahagimdiliamlcdmfm

遊び方

  1. サーバーを起動する
  2. REST Clientでリクエストを送ってみる

REST Clientの使い方

Get

Get Example

パラメータを含むGet

Get Example

Post

Post Example