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: CONTRIBUTING.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
-
# Contributing to the Microsoft 365 Developer Proxy
1
+
# Contributing to Dev Proxy
2
2
3
-
The best way to contribute initially is to download and try the Microsoft 365 Developer Proxy and then give us your feedback, both positive and negative, this will help us shape the future direction of this tool. At present we are not accepting community code contributions but will be opening up to accept pull requests in the future.
3
+
The best way to contribute initially is to download and try Dev Proxy and then give us your feedback, both positive and negative, this will help us shape the future direction of this tool. At present we are not accepting community code contributions but will be opening up to accept pull requests in the future.
4
4
5
5
## Our foundation
6
6
7
-
The Microsoft 365 Developer Proxy is built with .NET 6 and uses the [Titanium.Web.Proxy](https://github.com/justcoding121/titanium-web-proxy).
7
+
The Dev Proxy is built with .NET 6 and uses the [Titanium.Web.Proxy](https://github.com/justcoding121/titanium-web-proxy).
8
8
9
9
## Reporting issues and suggesting new features
10
10
11
-
Please use [GitHub Issues](https://github.com/microsoft/m365-developer-proxy/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc) for bug reports and feature request.
11
+
Please use [GitHub Issues](https://github.com/microsoft/dev-proxy/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc) for bug reports and feature request.
12
12
13
13
We highly recommend you browse existing issues first.
<span aria-label="" class="m-1">📽️ Simulate throttling using Microsoft 365 Developer Proxy</span>
39
+
<span aria-label="" class="m-1">📽️ Simulate throttling using Dev Proxy</span>
40
40
<span class="dropdown-caret"></span>
41
41
</summary>
42
42
@@ -46,7 +46,7 @@
46
46
</details>
47
47
</p>
48
48
49
-
Microsoft 365 Developer Proxy is a command line tool for testing Microsoft Graph, SharePoint Online and any other HTTP APIs.
49
+
Dev Proxy is a command line tool for testing Microsoft Graph, SharePoint Online and any other HTTP APIs.
50
50
51
51
It aims to provide a better way to test applications.
52
52
@@ -60,14 +60,14 @@ Identify and fix issues in your code before they reach production.
60
60
61
61
## Get started
62
62
63
-
Begin with our [tutorial](https://github.com/microsoft/m365-developer-proxy/wiki/Get-started). It will guide you through the installation process and running the proxy for the first time.
63
+
Begin with our [tutorial](https://github.com/microsoft/dev-proxy/wiki/Get-started). It will guide you through the installation process and running the proxy for the first time.
64
64
65
65
## Example
66
66
67
67
Fail requests (with a 50% chance) and respond with `429 Too Many Requests` or `503 Service Unavailable`:
@@ -105,7 +105,7 @@ This project may contain trademarks or logos for projects, products, or services
105
105
106
106
## Community Preview
107
107
108
-
We are working on getting the General Availability (GA) version published within the calendar year 2023. The current state of the Microsoft 365 Developer Proxy enables our team to be transparent and provide more insights on the upcoming features and to provide our worldwide ecosystem an option to directly influence the future of our capabilities. [Your feedback is more than welcome](https://github.com/microsoft/m365-developer-proxy/issues)! You can expect many more new features within the upcoming months before a version that is officially ready for production use and fully supported.
108
+
We are working on getting the General Availability (GA) version published within the calendar year 2023. The current state of Dev Proxy enables our team to be transparent and provide more insights on the upcoming features and to provide our worldwide ecosystem an option to directly influence the future of our capabilities. [Your feedback is more than welcome](https://github.com/microsoft/dev-proxy/issues)! You can expect many more new features within the upcoming months before a version that is officially ready for production use and fully supported.
0 commit comments