Skip to content

Commit 1a3e8cf

Browse files
authored
Update README.md (#112)
1 parent d7147da commit 1a3e8cf

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@
3030
</video>
3131
</p>
3232

33-
Microsoft Graph Developer Proxy is a command line tool that simulates real world behaviours of Microsoft Graph, locally.
33+
Microsoft Graph Developer Proxy is a command line tool that simulates real world behaviours of Microsoft Graph and other APIs, locally.
3434

35-
Microsoft Graph Developer Proxy aims to provide a better way to test applications that use Microsoft Graph. 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+
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.
3636

3737
## Get started
3838

3939
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.
4040

4141
## Example usage
4242

43-
Start the proxy on port 8080, set the chance for a request to Microsoft Graph 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:
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:
4444

4545
```
4646
msgraph-developer-proxy --port 8080 --failure-rate 50 --no-mocks --allowed-errors 429 503
@@ -52,16 +52,18 @@ msgraph-developer-proxy --port 8080 --failure-rate 50 --no-mocks --allowed-error
5252
- Windows
5353
- macOS
5454
- Linux
55-
- simulate different Microsoft Graph API errors
56-
- verify that your application properly handles throttling
57-
- mock Microsoft Graph API responses
55+
- intercept requests from Microsoft Graph and other APIs
56+
- simulate errors
57+
- simulate throttling
58+
- mock responses
5859
- define wildcard paths to serve mocked responses
5960
- mock responses of different types (JSON, binary, etc.)
61+
- `$select` guidance to improve performance
6062
- configure proxy to your needs, by setting:
6163
- failure rate
6264
- port
6365
- whether to use mock responses or not
64-
- which Microsoft Cloud to use (public, DoD, etc.)
66+
- URLs to intercept traffic
6567

6668
## Trademarks
6769

0 commit comments

Comments
 (0)