|
AAS HTTP Client Documentation
|
Represents a wrapper for the BaSyx Python SDK to communicate with a REST API. More...
Public Member Functions | |
| __init__ (self, str config_string, str basic_auth_password="", str o_auth_client_secret="", str bearer_auth_token="") | |
| Initializes the wrapper with the given configuration. | |
| set_encoded_ids (self, IdEncoding encoded_ids) | |
| Sets whether to use encoded IDs for API requests. | |
| IdEncoding | get_encoded_ids (self) |
| Gets whether encoded IDs are used for API requests. | |
| AasHttpClient | get_client (self) |
| Returns the underlying AAS HTTP client. | |
| model.AssetAdministrationShell|None | get_asset_administration_shell_by_id (self, str aas_identifier) |
| Returns a specific Asset Administration Shell. | |
| bool | put_asset_administration_shell_by_id (self, str aas_identifier, model.AssetAdministrationShell aas) |
| Creates or replaces an existing Asset Administration Shell. | |
| bool | delete_asset_administration_shell_by_id (self, str aas_identifier) |
| Deletes an Asset Administration Shell. | |
| Attachment|None | get_thumbnail_aas_repository (self, str aas_identifier) |
| Downloads the thumbnail of a specific Asset Administration Shell. | |
| bool | put_thumbnail_aas_repository (self, str aas_identifier, str file_name, Path file) |
| Creates or updates the thumbnail of the Asset Administration Shell. | |
| bool | delete_thumbnail_aas_repository (self, str aas_identifier) |
| Deletes the thumbnail of a specific Asset Administration Shell. | |
| ShellPaginatedData|None | get_all_asset_administration_shells (self, list[dict]|None asset_ids=None, str id_short="", int limit=100, str cursor="") |
| Returns all Asset Administration Shells. | |
| model.AssetAdministrationShell|None | post_asset_administration_shell (self, model.AssetAdministrationShell aas) |
| Creates a new Asset Administration Shell. | |
| ReferencePaginatedData|None | get_all_submodel_references_aas_repository (self, str aas_identifier, int limit=100, str cursor="") |
| Returns all submodel references. | |
| model.ModelReference|None | post_submodel_reference_aas_repository (self, str aas_identifier, model.ModelReference submodel_reference) |
| Creates a submodel reference at the Asset Administration Shell. | |
| bool | delete_submodel_reference_by_id_aas_repository (self, str aas_identifier, str submodel_identifier) |
| Deletes the submodel reference from the Asset Administration Shell. | |
| bool | put_submodel_by_id_aas_repository (self, str aas_identifier, str submodel_identifier, model.Submodel submodel) |
| Updates the Submodel. | |
| model.Reference|None | get_asset_administration_shell_by_id_reference_aas_repository (self, str aas_identifier) |
| Returns a specific Asset Administration Shell as a Reference. | |
| model.Submodel|None | get_submodel_by_id_aas_repository (self, str aas_identifier, str submodel_identifier) |
| Returns the Submodel. | |
| model.Submodel|None | get_submodel_by_id (self, str submodel_identifier, Level level=Level.default, Extent extent=Extent.default) |
| Returns a specific Submodel. | |
| bool | put_submodels_by_id (self, str submodel_identifier, model.Submodel submodel) |
| Updates a existing Submodel. | |
| bool | delete_submodel_by_id (self, str submodel_identifier) |
| Deletes a Submodel. | |
| model.SubmodelElement|None | get_submodel_element_by_path_submodel_repo (self, str submodel_identifier, str id_short_path, Level level=Level.default, Extent extent=Extent.default) |
| Returns a specific submodel element from the Submodel at a specified path. | |
| bool | put_submodel_element_by_path_submodel_repo (self, str submodel_identifier, str id_short_path, model.SubmodelElement submodel_element, Level level=Level.default) |
| Updates a submodel element at a specified path within the submodel elements hierarchy. | |
| model.SubmodelElement|None | post_submodel_element_by_path_submodel_repo (self, str submodel_identifier, str id_short_path, model.SubmodelElement submodel_element, Level level=Level.default, Extent extent=Extent.default) |
| Creates a new submodel element at a specified path within submodel elements hierarchy. | |
| bool | delete_submodel_element_by_path_submodel_repo (self, str submodel_identifier, str id_short_path) |
| Deletes a submodel element at a specified path within the submodel elements hierarchy. | |
| SubmodelPaginatedData|None | get_all_submodels (self, str semantic_id="", str id_short="", int limit=0, str cursor="", Level level=Level.default, Extent extent=Extent.default) |
| Returns all Submodels. | |
| model.Submodel|None | post_submodel (self, model.Submodel submodel) |
| Creates a new Submodel. | |
| SubmodelElementPaginatedData|None | get_all_submodel_elements_submodel_repository (self, str submodel_identifier) |
| Returns all submodel elements including their hierarchy. | |
| model.SubmodelElement|None | post_submodel_element_submodel_repo (self, str submodel_identifier, model.SubmodelElement submodel_element) |
| Creates a new submodel element. | |
| dict|None | invoke_operation_submodel_repo (self, str submodel_identifier, str id_short_path, dict request_body, str async_="async") |
| Synchronously invokes an Operation at a specified path. | |
| str|None | get_submodel_element_by_path_value_only_submodel_repo (self, str submodel_identifier, str id_short_path) |
| Retrieves the value of a specific SubmodelElement. | |
| bool | patch_submodel_element_by_path_value_only_submodel_repo (self, str submodel_identifier, str submodel_element_path, str value) |
| Updates the value of an existing SubmodelElement. | |
| dict|None | get_submodel_by_id_value_only (self, str submodel_identifier, Level level=Level.default, Extent extent=Extent.default) |
| Returns the value of a specific Submodel. | |
| bool | patch_submodel_by_id_value_only (self, str submodel_identifier, dict request_body, Level level=Level.default) |
| Updates the values of an existing Submodel. | |
| dict|None | get_submodel_by_id_metadata (self, str submodel_identifier, str level="") |
| Returns the metadata attributes of a specific Submodel. | |
| bool | patch_submodel_by_id (self, str submodel_identifier, model.Submodel submodel) |
| Updates an existing Submodel. | |
| Attachment|None | experimental_get_file_by_path_submodel_repo (self, str submodel_identifier, str id_short_path) |
| Downloads file content from a specific submodel element from the Submodel at a specified path. | |
| bool | experimental_post_file_by_path_submodel_repo (self, str submodel_identifier, str id_short_path, Path file) |
| Uploads file content to an existing submodel element at a specified path within submodel elements hierarchy. | |
| bool | experimental_put_file_by_path_submodel_repo (self, str submodel_identifier, str id_short_path, Path file) |
| Uploads file content to an existing submodel element at a specified path within submodel elements hierarchy. | |
| bool | experimental_delete_file_by_path_submodel_repo (self, str submodel_identifier, str id_short_path) |
| Deletes file content of an existing submodel element at a specified path within submodel elements hierarchy. | |
Public Attributes | |
| base_url | |
Static Public Attributes | |
| str | base_url = "" |
Protected Attributes | |
| _client | |
Static Protected Attributes | |
| AasHttpClient | _client |
Represents a wrapper for the BaSyx Python SDK to communicate with a REST API.
Definition at line 108 of file sdk_wrapper.py.
| sdk_wrapper.SdkWrapper.__init__ | ( | self, | |
| str | config_string, | ||
| str | basic_auth_password = "", |
||
| str | o_auth_client_secret = "", |
||
| str | bearer_auth_token = "" |
||
| ) |
Initializes the wrapper with the given configuration.
| config_string | Configuration string for the BaSyx server connection. |
| basic_auth_password | Password for the BaSyx server interface client, defaults to "". |
| o_auth_client_secret | Client secret for OAuth authentication, defaults to "". |
| bearer_auth_token | Bearer token for authentication, defaults to "". |
Definition at line 120 of file sdk_wrapper.py.
| bool sdk_wrapper.SdkWrapper.delete_asset_administration_shell_by_id | ( | self, | |
| str | aas_identifier | ||
| ) |
Deletes an Asset Administration Shell.
| aas_identifier | The Asset Administration Shells unique id (decoded) |
Definition at line 205 of file sdk_wrapper.py.
| bool sdk_wrapper.SdkWrapper.delete_submodel_by_id | ( | self, | |
| str | submodel_identifier | ||
| ) |
Deletes a Submodel.
| submodel_identifier | ID of the submodel to delete |
Definition at line 468 of file sdk_wrapper.py.
| bool sdk_wrapper.SdkWrapper.delete_submodel_element_by_path_submodel_repo | ( | self, | |
| str | submodel_identifier, | ||
| str | id_short_path | ||
| ) |
Deletes a submodel element at a specified path within the submodel elements hierarchy.
| submodel_identifier | Encoded ID of the Submodel to delete submodel element from |
| id_short_path | Path of the Submodel element to delete |
Definition at line 565 of file sdk_wrapper.py.
| bool sdk_wrapper.SdkWrapper.delete_submodel_reference_by_id_aas_repository | ( | self, | |
| str | aas_identifier, | ||
| str | submodel_identifier | ||
| ) |
Deletes the submodel reference from the Asset Administration Shell.
Does not delete the submodel itself.
| aas_identifier | The Asset Administration Shells unique id |
| submodel_identifier | The Submodels unique id |
Definition at line 356 of file sdk_wrapper.py.
| bool sdk_wrapper.SdkWrapper.delete_thumbnail_aas_repository | ( | self, | |
| str | aas_identifier | ||
| ) |
Deletes the thumbnail of a specific Asset Administration Shell.
| aas_identifier | The Asset Administration Shells unique id (decoded) |
Definition at line 256 of file sdk_wrapper.py.
| bool sdk_wrapper.SdkWrapper.experimental_delete_file_by_path_submodel_repo | ( | self, | |
| str | submodel_identifier, | ||
| str | id_short_path | ||
| ) |
Deletes file content of an existing submodel element at a specified path within submodel elements hierarchy.
Experimental feature - may not be supported by all servers.
| submodel_identifier | The Submodels unique id |
| id_short_path | IdShort path to the submodel element (dot-separated) |
Definition at line 869 of file sdk_wrapper.py.
| Attachment | None sdk_wrapper.SdkWrapper.experimental_get_file_by_path_submodel_repo | ( | self, | |
| str | submodel_identifier, | ||
| str | id_short_path | ||
| ) |
Downloads file content from a specific submodel element from the Submodel at a specified path.
Experimental feature - may not be supported by all servers.
| submodel_identifier | The Submodels unique id |
| id_short_path | IdShort path to the submodel element (dot-separated) |
Definition at line 811 of file sdk_wrapper.py.
| bool sdk_wrapper.SdkWrapper.experimental_post_file_by_path_submodel_repo | ( | self, | |
| str | submodel_identifier, | ||
| str | id_short_path, | ||
| Path | file | ||
| ) |
Uploads file content to an existing submodel element at a specified path within submodel elements hierarchy.
Experimental feature - may not be supported by all servers.
| submodel_identifier | The Submodels unique id |
| id_short_path | IdShort path to the submodel element (dot-separated) |
| file | Path to the file to upload as attachment |
Definition at line 842 of file sdk_wrapper.py.
| bool sdk_wrapper.SdkWrapper.experimental_put_file_by_path_submodel_repo | ( | self, | |
| str | submodel_identifier, | ||
| str | id_short_path, | ||
| Path | file | ||
| ) |
Uploads file content to an existing submodel element at a specified path within submodel elements hierarchy.
Experimental feature - may not be supported by all servers.
| submodel_identifier | The Submodels unique id |
| id_short_path | IdShort path to the submodel element (dot-separated) |
| file | Path to the file to upload as attachment |
Definition at line 856 of file sdk_wrapper.py.
| ShellPaginatedData | None sdk_wrapper.SdkWrapper.get_all_asset_administration_shells | ( | self, | |
| list[dict] | None | asset_ids = None, |
||
| str | id_short = "", |
||
| int | limit = 100, |
||
| str | cursor = "" |
||
| ) |
Returns all Asset Administration Shells.
| assetIds | A list of specific Asset identifiers (format: {"identifier": "string", "encodedIdentifier": "string"}) |
| idShort | The Asset Administration Shell's IdShort |
| limit | The maximum number of elements in the response array |
| cursor | A server-generated identifier retrieved from pagingMetadata that specifies from which position the result listing should continue |
Definition at line 272 of file sdk_wrapper.py.
| SubmodelElementPaginatedData | None sdk_wrapper.SdkWrapper.get_all_submodel_elements_submodel_repository | ( | self, | |
| str | submodel_identifier | ||
| ) |
Returns all submodel elements including their hierarchy.
!!!Serialization to model.SubmodelElement currently not possible.
| submodel_identifier | Encoded ID of the Submodel to retrieve elements from |
Definition at line 632 of file sdk_wrapper.py.
| ReferencePaginatedData | None sdk_wrapper.SdkWrapper.get_all_submodel_references_aas_repository | ( | self, | |
| str | aas_identifier, | ||
| int | limit = 100, |
||
| str | cursor = "" |
||
| ) |
Returns all submodel references.
| aas_identifier | The Asset Administration Shells unique id |
| limit | The maximum number of elements in the response array |
| cursor | A server-generated identifier retrieved from pagingMetadata that specifies from which position the result listing should continue |
Definition at line 315 of file sdk_wrapper.py.
| SubmodelPaginatedData | None sdk_wrapper.SdkWrapper.get_all_submodels | ( | self, | |
| str | semantic_id = "", |
||
| str | id_short = "", |
||
| int | limit = 0, |
||
| str | cursor = "", |
||
| Level | level = Level.default, |
||
| Extent | extent = Extent.default |
||
| ) |
Returns all Submodels.
| semantic_id | The value of the semantic id reference (UTF8-BASE64-URL-encoded) |
| id_short | The idShort of the Submodel |
| limit | Maximum number of Submodels to return |
| cursor | Cursor for pagination |
| level | Determines the structural depth of the respective resource content. Available values : deep, core |
| extent | Determines to which extent the resource is being serialized. Available values : withBlobValue, withoutBlobValue |
Definition at line 583 of file sdk_wrapper.py.
| model.AssetAdministrationShell | None sdk_wrapper.SdkWrapper.get_asset_administration_shell_by_id | ( | self, | |
| str | aas_identifier | ||
| ) |
Returns a specific Asset Administration Shell.
| aas_identifier | The Asset Administration Shells unique id (decoded) |
Definition at line 166 of file sdk_wrapper.py.
| model.Reference | None sdk_wrapper.SdkWrapper.get_asset_administration_shell_by_id_reference_aas_repository | ( | self, | |
| str | aas_identifier | ||
| ) |
Returns a specific Asset Administration Shell as a Reference.
| aas_identifier | ID of the AAS reference to retrieve |
Definition at line 391 of file sdk_wrapper.py.
| AasHttpClient sdk_wrapper.SdkWrapper.get_client | ( | self | ) |
Returns the underlying AAS HTTP client.
Definition at line 153 of file sdk_wrapper.py.
| IdEncoding sdk_wrapper.SdkWrapper.get_encoded_ids | ( | self | ) |
Gets whether encoded IDs are used for API requests.
Definition at line 143 of file sdk_wrapper.py.
| model.Submodel | None sdk_wrapper.SdkWrapper.get_submodel_by_id | ( | self, | |
| str | submodel_identifier, | ||
| Level | level = Level.default, |
||
| Extent | extent = Extent.default |
||
| ) |
Returns a specific Submodel.
| submodel_identifier | Encoded ID of the Submodel to retrieve |
| level | Determines the structural depth of the respective resource content. Available values : deep, core |
| extent | Determines to which extent the resource is being serialized. Available values : withBlobValue, withoutBlobValue |
Definition at line 431 of file sdk_wrapper.py.
| model.Submodel | None sdk_wrapper.SdkWrapper.get_submodel_by_id_aas_repository | ( | self, | |
| str | aas_identifier, | ||
| str | submodel_identifier | ||
| ) |
Returns the Submodel.
| aas_identifier | ID of the AAS to retrieve the submodel from |
| submodel_identifier | ID of the submodel to retrieve |
Definition at line 407 of file sdk_wrapper.py.
| dict | None sdk_wrapper.SdkWrapper.get_submodel_by_id_metadata | ( | self, | |
| str | submodel_identifier, | ||
| str | level = "" |
||
| ) |
Returns the metadata attributes of a specific Submodel.
| submodel_identifier | The Submodels unique id |
| level | Determines the structural depth of the respective resource content. Available values : deep, core |
Definition at line 762 of file sdk_wrapper.py.
| dict | None sdk_wrapper.SdkWrapper.get_submodel_by_id_value_only | ( | self, | |
| str | submodel_identifier, | ||
| Level | level = Level.default, |
||
| Extent | extent = Extent.default |
||
| ) |
Returns the value of a specific Submodel.
| submodel_identifier | Encoded ID of the Submodel to retrieve |
| level | Determines the structural depth of the respective resource content. Available values : deep, core |
| extent | Determines to which extent the resource is being serialized. Available values : withBlobValue, withoutBlobValue |
Definition at line 728 of file sdk_wrapper.py.
| model.SubmodelElement | None sdk_wrapper.SdkWrapper.get_submodel_element_by_path_submodel_repo | ( | self, | |
| str | submodel_identifier, | ||
| str | id_short_path, | ||
| Level | level = Level.default, |
||
| Extent | extent = Extent.default |
||
| ) |
Returns a specific submodel element from the Submodel at a specified path.
| submodel_identifier | Encoded ID of the Submodel to retrieve element from |
| id_short_path | Path of the Submodel element to retrieve |
| level | Determines the structural depth of the respective resource content. Available values : deep, core |
| extent | Determines to which extent the resource is being serialized. Available values : withBlobValue, withoutBlobValue |
Definition at line 484 of file sdk_wrapper.py.
| str | None sdk_wrapper.SdkWrapper.get_submodel_element_by_path_value_only_submodel_repo | ( | self, | |
| str | submodel_identifier, | ||
| str | id_short_path | ||
| ) |
Retrieves the value of a specific SubmodelElement.
| submodel_identifier | The Submodels unique id |
| id_short_path | IdShort path to the submodel element (dot-separated) |
Definition at line 698 of file sdk_wrapper.py.
| Attachment | None sdk_wrapper.SdkWrapper.get_thumbnail_aas_repository | ( | self, | |
| str | aas_identifier | ||
| ) |
Downloads the thumbnail of a specific Asset Administration Shell.
| aas_identifier | The Asset Administration Shells unique id (decoded) |
Definition at line 218 of file sdk_wrapper.py.
| dict | None sdk_wrapper.SdkWrapper.invoke_operation_submodel_repo | ( | self, | |
| str | submodel_identifier, | ||
| str | id_short_path, | ||
| dict | request_body, | ||
| str | async_ = "async" |
||
| ) |
Synchronously invokes an Operation at a specified path.
| submodel_identifier | The Submodels unique id |
| id_short_path | IdShort path to the operation element (dot-separated) |
| request_body | Input parameters for the operation |
| async_ | Determines whether an operation invocation is performed asynchronously or synchronously |
Definition at line 680 of file sdk_wrapper.py.
| bool sdk_wrapper.SdkWrapper.patch_submodel_by_id | ( | self, | |
| str | submodel_identifier, | ||
| model.Submodel | submodel | ||
| ) |
Updates an existing Submodel.
| submodel_identifier | Encoded ID of the Submodel to delete |
Definition at line 782 of file sdk_wrapper.py.
| bool sdk_wrapper.SdkWrapper.patch_submodel_by_id_value_only | ( | self, | |
| str | submodel_identifier, | ||
| dict | request_body, | ||
| Level | level = Level.default |
||
| ) |
Updates the values of an existing Submodel.
| submodel_identifier | The Submodels unique id |
| request_body | Submodel values to update as dict |
| level | Determines the structural depth of the respective resource content. Available values : deep, core |
Definition at line 748 of file sdk_wrapper.py.
| bool sdk_wrapper.SdkWrapper.patch_submodel_element_by_path_value_only_submodel_repo | ( | self, | |
| str | submodel_identifier, | ||
| str | submodel_element_path, | ||
| str | value | ||
| ) |
Updates the value of an existing SubmodelElement.
| submodel_identifier | Encoded ID of the Submodel to update submodel element for |
| submodel_element_path | Path of the Submodel element to update |
| value | Submodel element value to update as string |
Definition at line 713 of file sdk_wrapper.py.
| model.AssetAdministrationShell | None sdk_wrapper.SdkWrapper.post_asset_administration_shell | ( | self, | |
| model.AssetAdministrationShell | aas | ||
| ) |
Creates a new Asset Administration Shell.
| aas | Asset Administration Shell to post |
Definition at line 292 of file sdk_wrapper.py.
| model.Submodel | None sdk_wrapper.SdkWrapper.post_submodel | ( | self, | |
| model.Submodel | submodel | ||
| ) |
Creates a new Submodel.
| submodel | Submodel to post |
Definition at line 609 of file sdk_wrapper.py.
| model.SubmodelElement | None sdk_wrapper.SdkWrapper.post_submodel_element_by_path_submodel_repo | ( | self, | |
| str | submodel_identifier, | ||
| str | id_short_path, | ||
| model.SubmodelElement | submodel_element, | ||
| Level | level = Level.default, |
||
| Extent | extent = Extent.default |
||
| ) |
Creates a new submodel element at a specified path within submodel elements hierarchy.
| submodel_identifier | Encoded ID of the submodel to create elements for |
| id_short_path | Path within the Submodel elements hierarchy |
| submodel_element | The new Submodel element |
| level | Determines the structural depth of the respective resource content. Available values : deep, core |
| extent | Determines to which extent the resource is being serialized. Available values : withBlobValue, withoutBlobValue |
Definition at line 531 of file sdk_wrapper.py.
| model.SubmodelElement | None sdk_wrapper.SdkWrapper.post_submodel_element_submodel_repo | ( | self, | |
| str | submodel_identifier, | ||
| model.SubmodelElement | submodel_element | ||
| ) |
Creates a new submodel element.
| submodel_identifier | Encoded ID of the Submodel to create elements for |
| request_body | Submodel element |
Definition at line 654 of file sdk_wrapper.py.
| model.ModelReference | None sdk_wrapper.SdkWrapper.post_submodel_reference_aas_repository | ( | self, | |
| str | aas_identifier, | ||
| model.ModelReference | submodel_reference | ||
| ) |
Creates a submodel reference at the Asset Administration Shell.
| aas_identifier | The Asset Administration Shells unique id |
| submodel_reference | Reference to the Submodel |
Definition at line 334 of file sdk_wrapper.py.
| bool sdk_wrapper.SdkWrapper.put_asset_administration_shell_by_id | ( | self, | |
| str | aas_identifier, | ||
| model.AssetAdministrationShell | aas | ||
| ) |
Creates or replaces an existing Asset Administration Shell.
| aas_identifier | The Asset Administration Shells unique id (decoded) |
| aas | Asset Administration Shell to put |
Definition at line 186 of file sdk_wrapper.py.
| bool sdk_wrapper.SdkWrapper.put_submodel_by_id_aas_repository | ( | self, | |
| str | aas_identifier, | ||
| str | submodel_identifier, | ||
| model.Submodel | submodel | ||
| ) |
Updates the Submodel.
| aas_identifier | The Asset Administration Shells unique id (decoded) |
| submodel_identifier | ID of the submodel to put |
| submodel | Submodel to put |
Definition at line 373 of file sdk_wrapper.py.
| bool sdk_wrapper.SdkWrapper.put_submodel_element_by_path_submodel_repo | ( | self, | |
| str | submodel_identifier, | ||
| str | id_short_path, | ||
| model.SubmodelElement | submodel_element, | ||
| Level | level = Level.default |
||
| ) |
Updates a submodel element at a specified path within the submodel elements hierarchy.
| submodel_identifier | Encoded ID of the Submodel to update element for |
| id_short_path | Path of the Submodel element to update |
| request_body | Submodel element data to update as dictionary |
| level | Determines the structural depth of the respective resource content. Available values : deep, core |
Definition at line 507 of file sdk_wrapper.py.
| bool sdk_wrapper.SdkWrapper.put_submodels_by_id | ( | self, | |
| str | submodel_identifier, | ||
| model.Submodel | submodel | ||
| ) |
Updates a existing Submodel.
| submodel_identifier | Identifier of the submodel to update |
| submodel | Submodel data to update |
Definition at line 450 of file sdk_wrapper.py.
| bool sdk_wrapper.SdkWrapper.put_thumbnail_aas_repository | ( | self, | |
| str | aas_identifier, | ||
| str | file_name, | ||
| Path | file | ||
| ) |
Creates or updates the thumbnail of the Asset Administration Shell.
| aas_identifier | The Asset Administration Shells unique id |
| file_name | The name of the thumbnail file |
| file | Path to the thumbnail file to upload as attachment |
Definition at line 243 of file sdk_wrapper.py.
| sdk_wrapper.SdkWrapper.set_encoded_ids | ( | self, | |
| IdEncoding | encoded_ids | ||
| ) |
Sets whether to use encoded IDs for API requests.
| encoded_ids | If enabled, all IDs used in API requests have to be base64-encoded |
Definition at line 133 of file sdk_wrapper.py.
|
staticprotected |
Definition at line 110 of file sdk_wrapper.py.
|
protected |
Definition at line 126 of file sdk_wrapper.py.
|
static |
Definition at line 111 of file sdk_wrapper.py.
| sdk_wrapper.SdkWrapper.base_url |
Definition at line 127 of file sdk_wrapper.py.