Skip to content

Web APIの基本のキを学ぶための参考書的なものを作りたい

Notifications You must be signed in to change notification settings

zu-min/api_sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Web APIの基本のキを学ぶための参考書的なものを作りたい

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages