Skip to content
This repository was archived by the owner on Mar 7, 2020. It is now read-only.

Commit 95ba662

Browse files
author
Doug Mahugh
committed
add open extensions sample
1 parent 87beb71 commit 95ba662

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ Samples:
9999
* [Python authentication samples for Microsoft Graph](https://github.com/microsoftgraph/python-sample-auth)
100100
* [Working with paginated Microsoft Graph responses in Python](https://github.com/microsoftgraph/python-sample-pagination)
101101
* [Sending mail via Microsoft Graph from Python](https://github.com/microsoftgraph/python-sample-send-mail)
102+
* [Working with Graph open extensions in Python](https://github.com/microsoftgraph/python-sample-open-extensions)
102103

103104
Auth libraries:
104105
* [Microsoft ADAL for Python](https://github.com/AzureAD/azure-activedirectory-library-for-python)

installation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Follow these steps to install the samples:
2121
* ```git clone https://github.com/microsoftgraph/python-sample-auth.git```
2222
* ```git clone https://github.com/microsoftgraph/python-sample-pagination.git```
2323
* ```git clone https://github.com/microsoftgraph/python-send-mail.git```
24+
* ```git clone https://github.com/microsoftgraph/python-open-extensions.git```
2425

2526
2. Create and activate a virtual environment (optional). If you're new to Python virtual environments, [Miniconda](https://conda.io/miniconda.html) is a great place to start.
2627
3. In the root folder of your cloned repo, install the dependencies for the sample as listed in the ```requirements.txt``` file with this command: ```pip install -r requirements.txt```.

0 commit comments

Comments
 (0)