You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -254,17 +254,17 @@ client.upload_file(
254
254
255
255
### More sample code
256
256
257
-
Explore our comprehensive examples in the [`examples/`](examples/) directory:
257
+
Explore our comprehensive examples in the [`examples/`](https://github.com/microsoft/PowerPlatform-DataverseClient-Python/tree/main/examples) directory:
258
258
259
259
**π± Getting Started:**
260
-
-**[Installation & Setup](examples/basic/installation_example.py)** - Validate installation and basic usage patterns
261
-
-**[Functional Testing](examples/basic/functional_testing.py)** - Test core functionality in your environment
260
+
-**[Installation & Setup](https://github.com/microsoft/PowerPlatform-DataverseClient-Python/blob/main/examples/basic/installation_example.py)** - Validate installation and basic usage patterns
261
+
-**[Functional Testing](https://github.com/microsoft/PowerPlatform-DataverseClient-Python/blob/main/examples/basic/functional_testing.py)** - Test core functionality in your environment
262
262
263
263
**π Advanced Usage:**
264
-
-**[Complete Walkthrough](examples/advanced/walkthrough.py)** - Full feature demonstration with production patterns
265
-
-**[File Upload](examples/advanced/file_upload.py)** - Upload files to Dataverse file columns
264
+
-**[Complete Walkthrough](https://github.com/microsoft/PowerPlatform-DataverseClient-Python/blob/main/examples/advanced/walkthrough.py)** - Full feature demonstration with production patterns
265
+
-**[File Upload](https://github.com/microsoft/PowerPlatform-DataverseClient-Python/blob/main/examples/advanced/file_upload.py)** - Upload files to Dataverse file columns
266
266
267
-
π See the [examples README](examples/README.md) for detailed guidance and learning progression.
267
+
π See the [examples README](https://github.com/microsoft/PowerPlatform-DataverseClient-Python/blob/main/examples/README.md) for detailed guidance and learning progression.
0 commit comments