File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 31
31
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-device-camera-video">
32
32
<path d="M16 3.75v8.5a.75.75 0 0 1-1.136.643L11 10.575v.675A1.75 1.75 0 0 1 9.25 13h-7.5A1.75 1.75 0 0 1 0 11.25v-6.5C0 3.784.784 3 1.75 3h7.5c.966 0 1.75.784 1.75 1.75v.675l3.864-2.318A.75.75 0 0 1 16 3.75Zm-6.5 1a.25.25 0 0 0-.25-.25h-7.5a.25.25 0 0 0-.25.25v6.5c0 .138.112.25.25.25h7.5a.25.25 0 0 0 .25-.25v-6.5ZM11 8.825l3.5 2.1v-5.85l-3.5 2.1Z"></path>
33
33
</svg >
34
- <span aria-label="Video description DeveloperProxyBuildDemo.mp4 " class="m-1">DeveloperProxyBuildDemo.mp4 </span>
34
+ <span aria-label="" class="m-1">📽️ Simulate throttling using Microsoft 365 Developer Proxy </span>
35
35
<span class="dropdown-caret"></span>
36
36
</summary >
37
37
38
- <video src =" https://user-images.githubusercontent.com/11563347/242093295-93b453fd-df3d-433a-a35c-483830ecba75 .mp4 " data-canonical-src =" https://user-images.githubusercontent.com/11563347/242093295-93b453fd-df3d-433a-a35c-483830ecba75 .mp4 " controls =" controls " muted =" muted " class =" d-block rounded-bottom-2 border-top width-fit " style =" max-height :640px ; min-height : 200px " >
38
+ <video src =" https://user-images.githubusercontent.com/11563347/249426565-412849a4-15bb-446d-acd8-40b9d64ef8bc .mp4 " data-canonical-src =" https://user-images.githubusercontent.com/11563347/249426565-412849a4-15bb-446d-acd8-40b9d64ef8bc .mp4 " controls =" controls " muted =" muted " class =" d-block rounded-bottom-2 border-top width-fit " style =" max-height :640px ; min-height : 200px " >
39
39
40
40
</video >
41
41
</details >
42
42
</p >
43
43
44
- Microsoft 365 Developer Proxy is a command line tool for testing Microsoft Graph and other APIs.
44
+ Microsoft 365 Developer Proxy is a command line tool for testing Microsoft Graph, SharePoint Online and any other HTTP APIs.
45
45
46
46
It aims to provide a better way to test applications.
47
47
48
48
Use the proxy to:
49
49
50
50
- simulate errors
51
- - simulate throttling
51
+ - simulate API behaviours
52
52
- mock responses
53
53
54
54
Identify and fix issues in your code before they reach production.
@@ -92,6 +92,7 @@ m365proxy --failure-rate 50 --no-mocks --allowed-errors 429 503
92
92
- record proxy activity
93
93
- get proxy activity summary report
94
94
- detect minimal Microsoft Graph API permissions
95
+ - check for excessive Microsoft Graph API permissions
95
96
96
97
## Trademarks
97
98
You can’t perform that action at this time.
0 commit comments