From 36cb4a33e1105032c0526bad6045f0dcd36d3b32 Mon Sep 17 00:00:00 2001
From: github-actions
Date: Thu, 7 Dec 2023 00:06:03 +0000
Subject: [PATCH] sphinx build from Action
222fe5c19f5c65c5e99b849289bf17fde623adc0
---
python_sdk/_sources/changelog.rst.txt | 5 +
python_sdk/_sources/installation.rst.txt | 7 +
python_sdk/api.html | 668 ++++++++++++++++-------
python_sdk/authors.html | 2 +-
python_sdk/changelog.html | 10 +-
python_sdk/contributing.html | 2 +-
python_sdk/future_work.html | 2 +-
python_sdk/genindex.html | 4 +-
python_sdk/index.html | 4 +-
python_sdk/installation.html | 8 +-
python_sdk/objects.inv | Bin 10232 -> 10289 bytes
python_sdk/py-modindex.html | 2 +-
python_sdk/quickstart.html | 2 +-
python_sdk/search.html | 2 +-
python_sdk/searchindex.js | 2 +-
python_sdk/troubleshooting.html | 2 +-
python_sdk/usage.html | 2 +-
17 files changed, 519 insertions(+), 205 deletions(-)
diff --git a/python_sdk/_sources/changelog.rst.txt b/python_sdk/_sources/changelog.rst.txt
index fe3bb040..ca2c1cea 100644
--- a/python_sdk/_sources/changelog.rst.txt
+++ b/python_sdk/_sources/changelog.rst.txt
@@ -11,10 +11,15 @@ and this project adheres to `Semantic Versioning `_
+
+
From sources
------------
diff --git a/python_sdk/api.html b/python_sdk/api.html
index 21b1b627..9e443ef7 100644
--- a/python_sdk/api.html
+++ b/python_sdk/api.html
@@ -38,7 +38,7 @@
Open GoPro Python SDK
- 0.14.1
+ 0.15.0
@@ -6934,11 +7164,6 @@ Data Models
-Validators:
-
-
-
@@ -6947,20 +7172,13 @@
Data Models
List of files
-
-- Validated by:
--
-
-
-
+
-
-validator identify_item » file_system
+classmethod identify_item(item: dict[str, Any]) → MediaItem
Extent item into GroupedMediaItem if it such an item
A group item is identified by the presence of a “g” field
@@ -6993,22 +7211,38 @@ Data Models
+
+-
+model_post_init(__context: Any) → None
+This function is meant to behave like a BaseModel method to initialise private attributes.
+It takes context as an argument since that’s what pydantic-core passes when calling it.
+
+- Parameters:
+-
+
+
+
+
-
property files: list[open_gopro.models.media_list.MediaItem]
@@ -7114,9 +7371,9 @@ Data Models
@@ -7208,8 +7465,13 @@ Data Models
@@ -7361,12 +7645,12 @@ Data Models
-
-field supported_options: Optional[list[open_gopro.models.general.SupportedOption]] = None
+field supported_options: Optional[list[SupportedOption]] = None
diff --git a/python_sdk/authors.html b/python_sdk/authors.html
index 3ad677c7..e28465fa 100644
--- a/python_sdk/authors.html
+++ b/python_sdk/authors.html
@@ -38,7 +38,7 @@
Open GoPro Python SDK
- 0.14.1
+ 0.15.0