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
Implement Mock API Server untuk Mobile Development
Search
Ngalam Backend Community
March 27, 2019
Programming
0
84
Implement Mock API Server untuk Mobile Development
Ngalam Backend Community
March 27, 2019
Tweet
Share
More Decks by Ngalam Backend Community
See All by Ngalam Backend Community
Web_Scraping_with_Scrapy.pdf
ngalambackend
0
74
Introduction to Flask
ngalambackend
0
140
Achieving API Performance and Scalability
ngalambackend
0
79
Interfaces in Go
ngalambackend
0
52
CSS in JS in action
ngalambackend
0
52
Productive Remote Working with Scrum
ngalambackend
0
66
Covid Tracker Kota Malang
ngalambackend
0
59
Supercharge Local Development with Docker
ngalambackend
1
120
Building Scalable and Flexible API by Leveraging GraphQL and BigTable
ngalambackend
1
290
Other Decks in Programming
See All in Programming
法律の脱レガシーに学ぶフロントエンド刷新
oguemon
5
730
[Fin-JAWS 第38回 ~re:Invent 2024 金融re:Cap~]FaultInjectionServiceアップデート@pre:Invent2024
shintaro_fukatsu
0
400
Honoとフロントエンドの 型安全性について
yodaka
4
250
Domain-Driven Transformation
hschwentner
2
1.9k
定理証明プラットフォーム lapisla.net
abap34
1
1.7k
『品質』という言葉が嫌いな理由
korimu
0
160
Honoのおもしろいミドルウェアをみてみよう
yusukebe
1
200
SwiftUIで単方向アーキテクチャを導入して得られた成果
takuyaosawa
0
260
お前もAI鬼にならないか?👹Bolt & Cursor & Supabase & Vercelで人間をやめるぞ、ジョジョー!👺
taishiyade
5
3.8k
Kubernetes History Inspector(KHI)を触ってみた
bells17
0
200
パスキーのすべて ── 導入・UX設計・実装の紹介 / 20250213 パスキー開発者の集い
kuralab
3
670
Honoをフロントエンドで使う 3つのやり方
yusukebe
5
2.2k
Featured
See All Featured
Building Flexible Design Systems
yeseniaperezcruz
328
38k
The Pragmatic Product Professional
lauravandoore
32
6.4k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
29
4.6k
How to train your dragon (web standard)
notwaldorf
90
5.8k
[RailsConf 2023] Rails as a piece of cake
palkan
53
5.2k
Producing Creativity
orderedlist
PRO
343
39k
Facilitating Awesome Meetings
lara
51
6.2k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
29
2.2k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
31
2.1k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3k
Rebuilding a faster, lazier Slack
samanthasiow
79
8.8k
Transcript
12/20/18 Private 1 Implement Mock Api Server untuk Mobile Development
Muhammad Nur Hadi Mobile Engineer @hadilomu Muhammad Nur Hadi 0813-3456-0992
Problem • Team • Time 12/20/18 Private 1
Siapa Yang Bikin Mock API ? • Mobile Team •
System Analyst • Backend Team 12/20/18 Private 1
API Contract 12/20/18 Private 1 • Mobile Team • System
Analyst • Backend Team
Endpoint-nya apa ? • GET api/v1/todos • GET api/v1/todo/{{todoId}} •
POST api/v1/todo 12/20/18 Private 1
Struktur Json yang digunakan ? GET api/v1/todos 12/20/18 Private 1
Struktur Json yang digunakan ? GET api/v1/todo/{{todoId}} 12/20/18 Private 1
Struktur Json yang digunakan ? POST api/v1/todo 12/20/18 Private 1
Base Url 12/20/18 Private 1
Retrofit https://futurestud.io/tutorials/retrofit-g etting-started-and-android-client 12/20/18 Private 1
Glide • https://futurestud.io/tutorials/retro fit-getting-started-and-android-c lient 12/20/18 Private 1
Penampakan 12/20/18 Private 1