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
Lightning talk: mocking apis and design workflow
Search
Felipe Espinoza
September 01, 2015
Technology
0
67
Lightning talk: mocking apis and design workflow
a lightning talk that i gave on Baruco 2015 about how creating APIs with mocks and markdown
Felipe Espinoza
September 01, 2015
Tweet
Share
More Decks by Felipe Espinoza
See All by Felipe Espinoza
SwiftUI at SATS
fespinoza
0
9
Views: complexity and reusability, experiments comparing SwiftUI and UIKit
fespinoza
0
52
How to not get sand in your eyes when using playgrounds
fespinoza
0
41
Priorities & Micro-Habits
fespinoza
0
110
Practical Logs. Vol 2
fespinoza
0
170
Cleaning logs
fespinoza
0
75
Practical Web APIs, rails' style
fespinoza
1
74
Social Graph Editor
fespinoza
1
98
What your tests are telling you
fespinoza
2
410
Other Decks in Technology
See All in Technology
250905 大吉祥寺.pm 2025 前夜祭 「プログラミングに出会って20年、『今』が1番楽しい」
msykd
PRO
1
820
バイブスに「型」を!Kent Beckに学ぶ、AI時代のテスト駆動開発
amixedcolor
2
540
2025年になってもまだMySQLが好き
yoku0825
8
4.7k
データアナリストからアナリティクスエンジニアになった話
hiyokko_data
2
440
S3アクセス制御の設計ポイント
tommy0124
3
200
なぜテストマネージャの視点が 必要なのか? 〜 一歩先へ進むために 〜
moritamasami
0
220
Firestore → Spanner 移行 を成功させた段階的移行プロセス
athug
1
460
自作JSエンジンに推しプロポーザルを実装したい!
sajikix
1
170
roppongirb_20250911
igaiga
1
220
[ JAWS-UG 東京 CommunityBuilders Night #2 ]SlackとAmazon Q Developerで 運用効率化を模索する
sh_fk2
3
400
これでもう迷わない!Jetpack Composeの書き方実践ガイド
zozotech
PRO
0
390
下手な強制、ダメ!絶対! 「ガードレール」を「檻」にさせない"ガバナンス"の取り方とは?
tsukaman
2
440
Featured
See All Featured
Become a Pro
speakerdeck
PRO
29
5.5k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.7k
Speed Design
sergeychernyshev
32
1.1k
Designing Experiences People Love
moore
142
24k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
The Language of Interfaces
destraynor
161
25k
Automating Front-end Workflow
addyosmani
1370
200k
Building a Modern Day E-commerce SEO Strategy
aleyda
43
7.6k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
Imperfection Machines: The Place of Print at Facebook
scottboms
268
13k
The Straight Up "How To Draw Better" Workshop
denniskardys
236
140k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
9
810
Transcript
Mocks and API design Workflow Felipe Espinoza @fespinozacast #hyperoslo
The problem iOS and Android apps talking to a backend
1. API proposal in markdown 2. Discussions 3. Agree 4.
Mock it! 5. Profit Our Solution
1. API proposal in markdown
2. Discussions 2. Discussions
3. Agree 3. Agree
4. Mock it 4. Mock it!
5. Profit
Involves and empowers client developers Does not block client developers
Improves API design (top-down) Key takeaways*
https://github.com/hyperoslo/mock_api_rails The gem
Thanks!