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.9k
Other Decks in Technology
See All in Technology
CodexでもAgent Skillsを使いたい
gotalab555
9
4.4k
エンジニア採用と 技術広報の取り組みと注力点/techpr1112
nishiuma
0
130
[JDDStudy #10] 社内Agent勉強会の取り組み紹介
yp_genzitsu
1
130
Sansan BIが実践する AI on BI とセマンティックレイヤー / data_summit_findy
sansan_randd
0
130
マウントとるやつ、リリースするやつ
otsuki
1
120
コード1ミリもわからないけど Claude CodeでFigjamプラグインを作った話
abokadotyann
1
160
エンタープライズ企業における開発効率化のためのコンテキスト設計とその活用
sergicalsix
1
330
What's the recommended Flutter architecture
aakira
1
940
Rubyist入門: The Way to The Timeless Way of Programming
snoozer05
PRO
3
220
バクラクの AI-BPO を支える AI エージェント 〜とそれを支える Bet AI Guild〜
tomoaki25
2
510
嗚呼、当時の本番環境の状態で AI Agentを再評価したいなぁ...
po3rin
0
400
内部品質・フロー効率・コミュニケーションコストを悪化させ現場を苦しめかねない16の組織設計アンチパターン[超簡易版] / 16 Organization Design Anti-Patterns for Software Development
mtx2s
2
200
Featured
See All Featured
Building an army of robots
kneath
306
46k
What's in a price? How to price your products and services
michaelherold
246
12k
Designing for Performance
lara
610
69k
Bash Introduction
62gerente
615
210k
Principles of Awesome APIs and How to Build Them.
keavy
127
17k
How GitHub (no longer) Works
holman
315
140k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
33
1.8k
Agile that works and the tools we love
rasmusluckow
331
21k
Balancing Empowerment & Direction
lara
5
740
Learning to Love Humans: Emotional Interface Design
aarron
274
41k
Optimising Largest Contentful Paint
csswizardry
37
3.5k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
21
1.2k
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!