For KMP, is there a tool similar to Flipper that l...
# multiplatform
a
For KMP, is there a tool similar to Flipper that lets you both observe network requests and mock API responses or endpoints during development?
t
I guess that depends on what communication stack you use. KMP itself does not contain any comm. stacks. Ktor has a tracing request feature for example: https://ktor.io/docs/client-call-id.html
👀 1
thank you color 1
j
Charles proxy
thank you color 1
s
Proxyman
e
mitmproxy, http toolkit, lots of general options