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
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
Felipe Espinoza
September 01, 2015
Technology
0
70
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
12
Views: complexity and reusability, experiments comparing SwiftUI and UIKit
fespinoza
0
55
How to not get sand in your eyes when using playgrounds
fespinoza
0
50
Priorities & Micro-Habits
fespinoza
0
110
Practical Logs. Vol 2
fespinoza
0
170
Cleaning logs
fespinoza
0
83
Practical Web APIs, rails' style
fespinoza
1
78
Social Graph Editor
fespinoza
1
100
What your tests are telling you
fespinoza
2
430
Other Decks in Technology
See All in Technology
プロジェクトマネジメントをチームに宿す -ゼロからはじめるチームプロジェクトマネジメントは活動1年未満のチームの教科書です- / 20260304 Shigeki Morizane
shift_evolve
PRO
1
250
類似画像検索モデルの開発ノウハウ
lycorptech_jp
PRO
5
1.1k
身体を持ったパーソナルAIエージェントの 可能性を探る開発
yokomachi
1
100
開発組織の課題解決を加速するための権限委譲 -する側、される側としての向き合い方-
daitasu
5
580
DevOpsエージェントで実現する!! AWS Well-Architected(W-A) を実現するシステム設計 / 20260307 Masaki Okuda
shift_evolve
PRO
3
550
生成AIの利用とセキュリティ /gen-ai-and-security
mizutani
1
1.6k
ナレッジワーク IT情報系キャリア研究セッション資料(情報処理学会 第88回全国大会 )
kworkdev
PRO
0
160
僕、S3 シンプルって名前だけど全然シンプルじゃありません よろしくお願いします
yama3133
1
190
20260311 技術SWG活動報告(デジタルアイデンティティ人材育成推進WG Ph2 活動報告会)
oidfj
0
290
S3はフラットである –AWS公式SDKにも存在した、 署名付きURLにおけるパストラバーサル脆弱性– / JAWS DAYS 2026
flatt_security
0
1.7k
8万デプロイ
iwamot
PRO
2
230
JAWS DAYS 2026 ExaWizards_20260307
exawizards
0
410
Featured
See All Featured
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
49
9.9k
エンジニアに許された特別な時間の終わり
watany
106
240k
The Straight Up "How To Draw Better" Workshop
denniskardys
239
140k
[SF Ruby Conf 2025] Rails X
palkan
2
820
We Are The Robots
honzajavorek
0
190
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
231
22k
Intergalactic Javascript Robots from Outer Space
tanoku
273
27k
Avoiding the “Bad Training, Faster” Trap in the Age of AI
tmiket
0
98
Why Mistakes Are the Best Teachers: Turning Failure into a Pathway for Growth
auna
0
78
Leveraging Curiosity to Care for An Aging Population
cassininazir
1
190
Groundhog Day: Seeking Process in Gaming for Health
codingconduct
0
120
Lightning talk: Run Django tests with GitHub Actions
sabderemane
0
140
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!