We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 079e948 commit 0d44e96Copy full SHA for 0d44e96
1 file changed
docs/design/client_factory.puml
@@ -23,6 +23,7 @@ class Session {}
23
class GraphClient {
24
-session: Session
25
26
+ +__init__(session: Session, credential: TokenCredential)
27
+get()
28
+post()
29
+put()
0 commit comments