Skip to content

Commit 0d44e96

Browse files
committed
Update GraphClient constructor
1 parent 079e948 commit 0d44e96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/design/client_factory.puml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ class Session {}
2323
class GraphClient {
2424
-session: Session
2525

26+
+__init__(session: Session, credential: TokenCredential)
2627
+get()
2728
+post()
2829
+put()

0 commit comments

Comments
 (0)