|
1 |
| - # NOTICE TO READERS |
2 |
| - |
3 |
| - ## Guidance for Azure service teams |
4 |
| -Azure service teams should use companion documents, [Azure REST API Guidelines](./azure/Guidelines.md) and [Considerations for Service Design](./azure/ConsiderationsForServiceDesign.md), when building or modifying their services. These documents provide a refined set of guidance targeted specifically for Azure services. For more information please refer to the [README](./azure/README.md) in the Azure folder. |
5 |
| - |
6 |
| -## Guidance for Microsoft Graph service teams |
7 |
| - Microsoft Graph service teams should reference the companion document, [Graph REST API Guidelines](./graph/GuidelinesGraph.md) when building or modifying their services. |
| 1 | +# Microsoft REST API Guidelines |
| 2 | +Thank you for your interest in the Microsoft REST API Guidelines. If you have landed here, you're probably interested in learning about APIs. If so, you are in the right place! |
| 3 | +We publish these guidelines here with the aim of fostering dialogue and learning in the API community at large. We further hope that these guidelines might encourage other organizations to create guidelines that are appropriate for them and in turn, if they're able, to publish theirs. |
8 | 4 |
|
9 |
| -In the process of building many of Microsoft's highest scale services, the Microsoft Graph team found the Microsoft API guidelines tremendously useful as a baseline. However, there are several areas where we need to provide more clarity on how developers should describe their APIs. The companion document, [Graph REST API Guidelines](./graph/GuidelinesGraph.md) is a set of amendments and clarifications for Microsoft Graph that act as further reading. Recognizing that two documents is a lot for a new API designer to absorb, our plan is to follow the approach Azure have taken and roll out guidelines for Microsoft Graph into a single consolidated document. |
| 5 | +### Guidance for Azure service teams |
| 6 | +Azure service teams should reference the companion documents, [Azure REST API Guidelines](./azure/Guidelines.md) and [Considerations for Service Design](./azure/ConsiderationsForServiceDesign.md), when building or modifying their services. These documents provide a refined set of guidance targeted specifically for Azure services. For more information, please refer to the [README](./azure/README.md) in the Azure folder. |
10 | 7 |
|
11 |
| ---- |
12 |
| - |
13 |
| -## Microsoft REST API Guidelines |
14 |
| -The [Microsoft REST API Guidelines](Guidelines.md) are Microsoft's internal company-wide REST API design guidelines. |
15 |
| -Teams at Microsoft typically reference this document when setting API design policy. |
16 |
| -They may additionally create documents specific to their team, adding further guidance or making adjustments as appropriate to their circumstances. |
17 |
| - |
18 |
| -We publish these guidelines here with the aim of fostering dialogue and learning in the API community at large. |
19 |
| -We further hope that these guidelines may encourage other organizations to create guidelines that are appropriate for them and in turn, if they are able, to publish theirs. |
| 8 | +### Guidance for Microsoft Graph service teams |
| 9 | +Graph service teams should reference the companion document, [Microsoft Graph REST API Guidelines](./graph/GuidelinesGraph.md) when building or modifying their services. This document and the associated pattern catalog provide a refined set of guidance targeted specifically for Microsoft Graph services. |
20 | 10 |
|
21 | 11 | [](https://creativecommons.org/licenses/by/4.0/)
|
22 | 12 |
|
23 | 13 | ## Code of Conduct
|
24 |
| -This project has adopted the [Microsoft Open Source Code of Conduct ](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments. |
| 14 | +This project adopts the [Microsoft Open Source Code of Conduct ](https://opensource.microsoft.com/codeofconduct/). For more information , see the [Code of Conduct FAQ ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments. |
25 | 15 |
|
26 | 16 | ## This repository
|
27 |
| -This repository contains a collection of documents and related materials supporting the overall Microsoft REST API Guidelines initiative. To contribute to this repository, please see the [contribution guidelines][contribution-guidance]. |
| 17 | +This repository contains a collection of documents and related materials supporting the overall Microsoft REST API Guidelines initiative. To contribute to this repository, see the [contribution guidelines][contribution-guidance]. |
28 | 18 |
|
29 | 19 | [contribution-guidance]: CONTRIBUTING.md
|
0 commit comments