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
Copy file name to clipboardExpand all lines: README.md
+18-7Lines changed: 18 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@
19
19
</p>
20
20
21
21
<palign="center">
22
-
<ahref="#example-usage">Example usage</a> |
22
+
<ahref="#example">Example</a> |
23
23
<ahref="#features">Features</a> |
24
24
<ahref="#trademarks">Trademarks</a> |
25
25
<ahref="#community-preview">Community Preview</a>
@@ -30,20 +30,28 @@
30
30
</video>
31
31
</p>
32
32
33
-
Microsoft Graph Developer Proxy is a command line tool that simulates real world behaviours of Microsoft Graph and other APIs, locally.
33
+
Microsoft Graph Developer Proxy is a command line tool for testing Microsoft Graph and other APIs.
34
34
35
-
Microsoft Graph Developer Proxy aims to provide a better way to test applications that use Microsoft Graph and other APIs. Using the proxy to simulate errors, mock responses and demonstrate behaviours like throttling, developers can identify and fix issues in their code early in the development cycle before they reach production.
35
+
It aims to provide a better way to test applications.
36
+
37
+
Use the proxy to:
38
+
39
+
- simulate errors
40
+
- simulate throttling
41
+
- mock responses
42
+
43
+
Identify and fix issues in your code before they reach production.
36
44
37
45
## Get started
38
46
39
-
If you are new to Microsoft Graph Developer Proxy, we highly recommend that you begin with our [tutorial](https://github.com/microsoftgraph/msgraph-developer-proxy/wiki/Get-started) which will guide you through the installation process and running the proxy for the first time.
47
+
Begin with our [tutorial](https://github.com/microsoftgraph/msgraph-developer-proxy/wiki/Get-started). It will guide you through the installation process and running the proxy for the first time.
40
48
41
-
## Example usage
49
+
## Example
42
50
43
-
Start the proxy on port 8080, set the chance for a request to fail with an HTTP status code of either 429 or 503 at 50%, and ignore any mock responses that may have been provided, execute:
51
+
Fail requests (with a 50% chance) and respond with `429 Too Many Requests`or `503 Service Unavailable`:
0 commit comments