Skip to content

Commit

Permalink
Merge pull request #61 from equinor/feature/29102-add-sdk-usage-examples
Browse files Browse the repository at this point in the history
Feature/29102 add sdk usage examples
  • Loading branch information
saraeq authored Jan 9, 2025
2 parents 4403551 + 47e9529 commit 63cb913
Show file tree
Hide file tree
Showing 5 changed files with 822 additions and 252 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ For fundamental questions please refer to the MSAL documentation which has [code

You should also familiarize yourself with the [azure.identity](https://learn.microsoft.com/en-us/python/api/overview/azure/identity-readme?view=azure-python) package, which we will use below.

Follow [client credentials flow example](https://github.com/equinor/omnia-timeseries-python/blob/main/examples/client_secret_auth.ipynb) to learn how to retrieve data in `Json` format.
Follow [usage example](https://github.com/equinor/omnia-timeseries-python/blob/main/examples/usage_example.ipynb) to learn how to retrieve data in `Json` format.
Follow [get data as protobuf example](https://github.com/equinor/omnia-timeseries-python/blob/main/examples/get_data_protobuf.ipynb) to learn how to retrieve data in `Protobuf` format.

### Preparing Azure authentication
Expand Down
238 changes: 0 additions & 238 deletions examples/client_secret_auth.ipynb

This file was deleted.

Loading

0 comments on commit 63cb913

Please sign in to comment.