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
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
Andy Wang
July 27, 2013
Technology
4
160
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.9k
Other Decks in Technology
See All in Technology
非情報系研究者へ送る Transformer入門
rishiyama
11
7.5k
Zeal of the Convert: Taming Shai-Hulud with AI
ramimac
0
110
ガバメントクラウドにおけるAWSの長期継続割引について
takeda_h
2
230
Claude Code のコード品質がばらつくので AI に品質保証させる仕組みを作った話 / A story about building a mechanism to have AI ensure quality, because the code quality from Claude Code was inconsistent
nrslib
13
8.2k
JAWS DAYS 2026 楽しく学ぼう!ストレージ 入門
yoshiki0705
2
190
Claude Code 2026年 最新アップデート
oikon48
13
10k
進化するBits AI SREと私と組織
nulabinc
PRO
0
180
DevOpsエージェントで実現する!! AWS Well-Architected(W-A) を実現するシステム設計 / 20260307 Masaki Okuda
shift_evolve
PRO
3
820
Oracle Cloud Infrastructure IaaS 新機能アップデート 2025/12 - 2026/2
oracle4engineer
PRO
0
140
Abuse report だけじゃない。AWS から緊急連絡が来る状況とは?昨今の攻撃や被害の事例の紹介と備えておきたい考え方について
kazzpapa3
1
750
AI時代のSaaSとETL
shoe116
1
150
AI駆動AI普及活動 ~ 社内AI活用の「何から始めれば?」をAIで突破する
oracle4engineer
PRO
1
100
Featured
See All Featured
Being A Developer After 40
akosma
91
590k
Embracing the Ebb and Flow
colly
88
5k
Digital Projects Gone Horribly Wrong (And the UX Pros Who Still Save the Day) - Dean Schuster
uxyall
0
730
A Modern Web Designer's Workflow
chriscoyier
698
190k
What the history of the web can teach us about the future of AI
inesmontani
PRO
1
470
Heart Work Chapter 1 - Part 1
lfama
PRO
5
35k
Claude Code のすすめ
schroneko
67
220k
Leveraging LLMs for student feedback in introductory data science courses - posit::conf(2025)
minecr
1
200
How to make the Groovebox
asonas
2
2k
AI in Enterprises - Java and Open Source to the Rescue
ivargrimstad
0
1.2k
Prompt Engineering for Job Search
mfonobong
0
190
The Mindset for Success: Future Career Progression
greggifford
PRO
0
280
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!