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
プロジェクトマネジメントをチームに宿す -ゼロからはじめるチームプロジェクトマネジメントは活動1年未満のチームの教科書です- / 20260304 Shigeki Morizane
shift_evolve
PRO
1
120
「ヒットする」+「近い」を同時にかなえるスマートサジェストの作り方.pdf
nakasho
0
130
作りっぱなしで終わらせない! 価値を出し続ける AI エージェントのための「信頼性」設計 / Designing Reliability for AI Agents that Deliver Continuous Value
aoto
PRO
1
150
Devinを導入したら予想外の人たちに好評だった
tomuro
0
900
Kaggleの経験が実務にどう活きているか / kaggle_findy
sansan_randd
5
800
Claude Codeが爆速進化してプラグイン追従がつらいので半自動化した話 ver.2
rfdnxbro
0
210
元エンジニアPdM、IDEが恋しすぎてCursorに全業務を集約したら、スライド作成まで爆速になった話
doiko123
1
200
バクラクのSREにおけるAgentic AIへの挑戦/Our Journey with Agentic AI
taddy_919
2
1k
Oracle Database@AWS:サービス概要のご紹介
oracle4engineer
PRO
4
1.6k
Eight Engineering Unit 紹介資料
sansan33
PRO
1
6.9k
大規模サービスにおける レガシーコードからReactへの移行
magicpod
1
130
Serverless Agent Architecture on Azure / serverless-agent-on-azure
miyake
1
150
Featured
See All Featured
How to Build an AI Search Optimization Roadmap - Criteria and Steps to Take #SEOIRL
aleyda
1
1.9k
Leveraging LLMs for student feedback in introductory data science courses - posit::conf(2025)
minecr
1
190
Measuring Dark Social's Impact On Conversion and Attribution
stephenakadiri
1
140
Max Prin - Stacking Signals: How International SEO Comes Together (And Falls Apart)
techseoconnect
PRO
0
110
Chasing Engaging Ingredients in Design
codingconduct
0
130
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
199
73k
Claude Code のすすめ
schroneko
67
220k
Groundhog Day: Seeking Process in Gaming for Health
codingconduct
0
110
Utilizing Notion as your number one productivity tool
mfonobong
4
250
How GitHub (no longer) Works
holman
316
140k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
38
2.8k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
12
1.1k
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!