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
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
11
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
What's new in Go 1.26?
ciarana
2
280
生成AI活用によるPRレビュー改善の歩み
lycorptech_jp
PRO
5
2k
Introduction to Bill One Development Engineer
sansan33
PRO
0
380
Webアクセシビリティ技術と実装の実際
tomokusaba
0
210
Datadog Cloud Cost Management で実現するFinOps
taiponrock
PRO
0
130
Serverless Agent Architecture on Azure / serverless-agent-on-azure
miyake
1
130
実録・Platform Engineering 失敗から学び、AI時代の波を乗りこなす技術
sansantech
PRO
1
100
オンプレとGoogle Cloudを安全に繋ぐための、セキュア通信の勘所
waiwai2111
3
1.1k
競争優位を生み出す戦略的内製開発の実践技法
masuda220
PRO
2
530
Sansan Engineering Unit 紹介資料
sansan33
PRO
1
4k
Windows ネットワークを再確認する
murachiakira
PRO
0
250
Introduction to Sansan, inc / Sansan Global Development Center, Inc.
sansan33
PRO
0
3k
Featured
See All Featured
Skip the Path - Find Your Career Trail
mkilby
1
72
jQuery: Nuts, Bolts and Bling
dougneiner
65
8.4k
30 Presentation Tips
portentint
PRO
1
250
Making the Leap to Tech Lead
cromwellryan
135
9.8k
Testing 201, or: Great Expectations
jmmastey
46
8.1k
<Decoding/> the Language of Devs - We Love SEO 2024
nikkihalliwell
1
150
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
508
140k
Conquering PDFs: document understanding beyond plain text
inesmontani
PRO
4
2.4k
End of SEO as We Know It (SMX Advanced Version)
ipullrank
3
4k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
141
35k
Code Review Best Practice
trishagee
74
20k
The Curious Case for Waylosing
cassininazir
0
260
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!