Skip to content

Commit

Permalink
Docs update and examples
Browse files Browse the repository at this point in the history
  • Loading branch information
AsabuHere committed Dec 12, 2024
1 parent 677da6c commit 89377b7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions examples/organization_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ def example():
Some example usage of using organization resources
"""
self.client = Client(
username=API_KEY,
password=API_SECRET,
account_sid=ACCOUNT_SID,
credential_provider= OrgsCredentialProvider(CLIENT_ID,CLIENT_SECRET)
)
Expand Down
2 changes: 0 additions & 2 deletions examples/public_oauth.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ def example():
Some example usage of message resources.
"""
self.client = Client(
username=API_KEY,
password=API_SECRET,
account_sid=ACCOUNT_SID,
credential_provider= ClientCredentialProvider(CLIENT_ID,CLIENT_SECRET)
)
Expand Down

0 comments on commit 89377b7

Please sign in to comment.