Skip to content

Commit 5089f6b

Browse files
committed
removed comma
1 parent f677292 commit 5089f6b

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

graph/GuidelinesGraph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Table of contents
3333

3434
## Introduction
3535

36-
When building a digital ecosystem API, usability becomes a business priority. The success of your ecosystem depends on APIs that are easy to discover, simple to use, fit for purpose, and consistent across your products.
36+
When building a digital ecosystem API usability becomes a business priority. The success of your ecosystem depends on APIs that are easy to discover, simple to use, fit for purpose, and consistent across your products.
3737

3838
This document offers guidance that Microsoft Graph API producer teams MUST follow to
3939
ensure that Microsoft Graph has a consistent and easy-to-use API surface. A new API design should meet the following goals:
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Pattern name
2+
3+
Microsoft Graph API Design Pattern
4+
5+
*Provide a short description of the pattern.*
6+
7+
8+
## Problem
9+
10+
*Describe the business context relevant for the pattern.*
11+
12+
*Provide a short description of the problem.*
13+
14+
## Solution
15+
16+
*Describe how to implement the solution to solve the problem.*
17+
18+
*Describe related patterns.*
19+
20+
## When to use this pattern
21+
22+
*Describe when and why the solution is applicable and when it might not be.*
23+
24+
## Issues and considerations
25+
26+
*Describe tradeoffs of the solution.*
27+
28+
## Example
29+
30+
*Provide a short example from real life.*

0 commit comments

Comments
 (0)