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
菸酒生在 LINE Taiwan 的後端雙刀流
line_developers_tw
PRO
0
210
活きてなかったデータを活かしてみた話 / Shirokane Kougyou vol 19
sansan_randd
1
340
Nonaka Sensei
kawaguti
PRO
4
710
Amazon Q Developer for GitHubとAmplify Hosting でサクッとデジタル名刺を作ってみた
kmiya84377
0
3.5k
2025/6/21 日本学術会議公開シンポジウム発表資料
keisuke198619
2
370
New Cache Hierarchy for Container Images and OCI Artifacts in Kubernetes Clusters using Containerd / KubeCon + CloudNativeCon Japan
pfn
PRO
0
160
RubyOnRailsOnDevin+α / DevinMeetupJapan#2
ginkouno
0
450
本部長の代わりに提案書レビュー! KDDI営業が毎日使うAIエージェント「A-BOSS」開発秘話
minorun365
PRO
14
1.8k
VCpp Link and Library - C++ breaktime 2025 Summer
harukasao
0
190
Web3 のリアリティ / Web3 Reality
ks91
PRO
0
100
開発効率と信頼性を両立する Ubieのプラットフォームエンジニアリング
teru0x1
0
140
Whats_new_in_Podman_and_CRI-O_2025-06
orimanabu
3
180
Featured
See All Featured
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
32
5.9k
Measuring & Analyzing Core Web Vitals
bluesmoon
7
480
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Visualization
eitanlees
146
16k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
Adopting Sorbet at Scale
ufuk
77
9.4k
Designing Experiences People Love
moore
142
24k
Building Flexible Design Systems
yeseniaperezcruz
328
39k
The Cost Of JavaScript in 2023
addyosmani
50
8.4k
Site-Speed That Sticks
csswizardry
10
640
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.3k
We Have a Design System, Now What?
morganepeng
52
7.6k
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!