Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
RESTful API On Grape
Search
Andy Wang
July 27, 2013
Technology
4
150
RESTful API On Grape
a topic I shared on Xi'an OpenParty at 2013/07/27
Andy Wang
July 27, 2013
Tweet
Share
More Decks by Andy Wang
See All by Andy Wang
远程工作那些事儿
yorzi
3
1.8k
Other Decks in Technology
See All in Technology
20250122_FinJAWS
takuyay0ne
2
340
2025/1/29 BigData-JAWS 勉強会 #28 (re:Invent 2024 re:Cap)/new-feature-preview-q-in-quicksight-scenarios-tried-and-tested
emiki
0
270
横断SREの立ち上げと、AWSセキュリティへの取り組みの軌跡
rvirus0817
3
3.6k
大学教員が押さえておくべき生成 AI の基礎と活用例〜より効率的な教育のために〜
soh9834
1
170
GDG Tokyo 生成 AI 論文をわいわい読む会
enakai00
0
250
SIEMによるセキュリティログの可視化と分析を通じた信頼性向上プロセスと実践
coconala_engineer
1
2.4k
メンバーがオーナーシップを発揮しやすいチームづくり
ham0215
2
340
panicを深ぼってみる
kworkdev
PRO
1
110
ハンズオンで学ぶ Databricks - Databricksにおけるデータエンジニアリング
taka_aki
1
2k
デザインシステムを始めるために取り組んだこと - TechTrain x ゆめみ ここを意識してほしい!リファクタリング勉強会
kajitack
2
290
FinJAWS_reinvent2024_recap_database
asahihidehiko
2
310
企業テックブログにおける執筆ネタの考え方・見つけ方・広げ方 / How to Think of, Find, and Expand Writing Topics for Corporate Tech Blogs
honyanya
0
680
Featured
See All Featured
Adopting Sorbet at Scale
ufuk
74
9.2k
GitHub's CSS Performance
jonrohan
1030
460k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
3.6k
A Tale of Four Properties
chriscoyier
157
23k
Documentation Writing (for coders)
carmenintech
67
4.6k
BBQ
matthewcrist
85
9.4k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Unsuck your backbone
ammeep
669
57k
Done Done
chrislema
182
16k
A designer walks into a library…
pauljervisheath
205
24k
The Power of CSS Pseudo Elements
geoffreycrofte
74
5.4k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
45
2.3k
Transcript
Copyright 2010, Intridea Inc. All Rights Reserved. RESTful API On
Grape
[email protected]
2013/07/27 @XianOpenParty
Copyright 2010, Intridea Inc. All Rights Reserved. Introduction ေֽ== Andy
Wang WangYaodi.com Senior Ruby/Rails Enginner @intridea Weibo/Twitter/Github/RubyChina: @yorzi
Copyright 2010, Intridea Inc. All Rights Reserved. What’s Grape?
Copyright 2010, Intridea Inc. All Rights Reserved. Generalized Rapid APIs
Erector https://github.com/intridea/grape/blob/master/README.md
Copyright 2010, Intridea Inc. All Rights Reserved. “An opinionated micro-framework
for creating RESTful APIs in Ruby”
Copyright 2010, Intridea Inc. All Rights Reserved. REpresentational State Transfer
http://www.ruanyifeng.com/blog/2011/09/restful.html
Copyright 2010, Intridea Inc. All Rights Reserved. Grape APIs are
Rack applications
Copyright 2010, Intridea Inc. All Rights Reserved. http://guides.rubyonrails.org/rails_on_rack.html
Copyright 2010, Intridea Inc. All Rights Reserved. Basic API
Copyright 2010, Intridea Inc. All Rights Reserved.
Copyright 2010, Intridea Inc. All Rights Reserved. Add Prefix
Copyright 2010, Intridea Inc. All Rights Reserved. Add Namespace
Copyright 2010, Intridea Inc. All Rights Reserved. Add Version
Copyright 2010, Intridea Inc. All Rights Reserved. Authentication
Copyright 2010, Intridea Inc. All Rights Reserved. Use Helpers
Copyright 2010, Intridea Inc. All Rights Reserved. Raise Error
Copyright 2010, Intridea Inc. All Rights Reserved. Exception Handling
Copyright 2010, Intridea Inc. All Rights Reserved. JSONP & CORS
Copyright 2010, Intridea Inc. All Rights Reserved. Rabl Template
Copyright 2010, Intridea Inc. All Rights Reserved. Cookies
Copyright 2010, Intridea Inc. All Rights Reserved. Redirecting
Copyright 2010, Intridea Inc. All Rights Reserved. Logging
Copyright 2010, Intridea Inc. All Rights Reserved. https://github.com/intridea/grape/blob/master/README.md More Features
Copyright 2010, Intridea Inc. All Rights Reserved. Run Rack App
Copyright 2010, Intridea Inc. All Rights Reserved. Work with Rails
Copyright 2010, Intridea Inc. All Rights Reserved. Resources https://github.com/intridea/grape/wiki
Copyright 2010, Intridea Inc. All Rights Reserved. Question?
Copyright 2010, Intridea Inc. All Rights Reserved. Thank You!