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
66
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
5
Views: complexity and reusability, experiments comparing SwiftUI and UIKit
fespinoza
0
50
How to not get sand in your eyes when using playgrounds
fespinoza
0
39
Priorities & Micro-Habits
fespinoza
0
100
Practical Logs. Vol 2
fespinoza
0
170
Cleaning logs
fespinoza
0
72
Practical Web APIs, rails' style
fespinoza
1
68
Social Graph Editor
fespinoza
1
88
What your tests are telling you
fespinoza
2
400
Other Decks in Technology
See All in Technology
試作とデモンストレーション / Prototyping and Demonstrations
ks91
PRO
0
100
Ninno LT
kawaguti
PRO
1
110
時間がないなら、つくればいい 〜数十人規模のチームが自律性を発揮するために試しているいくつかのこと〜
kakehashi
PRO
22
5.1k
続・やっぱり余白が大切だった話
kakehashi
PRO
2
300
Notion x ポストモーテムで広げる組織の学び / Notion x Postmortem
isaoshimizu
1
160
Previewでもここまで追える! Azure AI Foundryで始めるLLMトレース
tomodo_ysys
2
610
社会人力と研究力ー博士号をキャリアの武器にするー
kentaro
2
110
非root化Androidスマホでも動く仮想マシンアプリを試してみた
arkw
0
120
CARTA HOLDINGS エンジニア向け 採用ピッチ資料 / CARTA-GUIDE-for-Engineers
carta_engineering
0
27k
[新卒向け研修資料] テスト文字列に「うんこ」と入れるな(2025年版)
infiniteloop_inc
2
9k
製造業向けIoTソリューション提案資料.pdf
haruki_uiru
0
230
Simplify! 10 ways to reduce complexity in software development
ufried
2
240
Featured
See All Featured
It's Worth the Effort
3n
184
28k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
29
9.5k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
47
2.7k
KATA
mclloyd
29
14k
The Pragmatic Product Professional
lauravandoore
33
6.6k
Designing for Performance
lara
608
69k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
700
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
The Cost Of JavaScript in 2023
addyosmani
49
7.8k
Fireside Chat
paigeccino
37
3.4k
GitHub's CSS Performance
jonrohan
1031
460k
The Cult of Friendly URLs
andyhume
78
6.3k
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!