You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dev Proxy is an API simulator that helps you effortlessly test your app beyond the happy path.
22
+
Dev Proxy is an API simulator that helps you effortlessly test your app beyond the happy path. Dev Proxy is a command-line tool that works on any platform. Because it intercepts network requests, it works with any type of app and tech stack.
23
+
24
+
Dev Proxy is **open source** and **free to use**.
25
+
26
+

29
27
30
28
You test your app to make sure it works as intended. But what if the APIs you use fail? Will your app lose your customer's data? How do you test for this? Simulating API failures is hard. You end up writing code that you won't be shipping or worse: not testing at all. That's why we built Dev Proxy, to simulate API errors so that you can easily test your app without changing your code.
31
29
@@ -37,17 +35,12 @@ With Dev Proxy you:
37
35
-**Quickly stand-up mock APIs** without writing a line of code, so that you can **focus on building your app instead of writing code you won't be shipping**.
38
36
- Improve your app with contextual guidance on how you use APIs, to **make your app even better**.
39
37
40
-
Dev Proxy is a command-line tool that works on any platform. Because it intercepts network requests, it works with any type of app and tech stack.
41
-
42
-
Dev Proxy is **open source** and **free to use**.
43
-
44
38
## Get started
45
39
46
40
To get started with Dev Proxy, follow our [tutorial](https://aka.ms/devproxy/setup) to install and run Dev Proxy for the first time.
47
41
48
42
[](https://www.youtube.com/watch?v=HVTJlGSxhcw)
49
43
50
-
51
44
## .NET Foundation
52
45
53
46
This project is supported by the [.NET Foundation](https://dotnetfoundation.org).
0 commit comments