No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
For more information, please visit https://github.com/affinidi/affinidi-tdk
Documentation is available at https://docs.affinidi.com/dev-tools/affinidi-tdk/clients/iota-framework
Python 3.7+
If the python package is hosted on a repository, you can install directly using:
pip install affinidi_tdk_iota_client
Then import the package:
import affinidi_tdk_iota_client
Install via Setuptools.
python setup.py install --user
Then import the package:
import affinidi_tdk_iota_client
Execute pytest
to run the tests.
Please follow the installation procedure and then run the following:
import time
import affinidi_tdk_iota_client
from affinidi_tdk_iota_client.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://apse1.api.affinidi.io/ais
# See configuration.py for a list of all supported configuration parameters.
configuration = affinidi_tdk_iota_client.Configuration(
host = "https://apse1.api.affinidi.io/ais"
)
# Enter a context with an instance of the API client
with affinidi_tdk_iota_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = affinidi_tdk_iota_client.CallbackApi(api_client)
callback_input = affinidi_tdk_iota_client.CallbackInput() # CallbackInput | CallbackRequestInput
try:
api_response = api_instance.iot_oidc4_vp_callback(callback_input)
print("The response of CallbackApi->iot_oidc4_vp_callback:\n")
pprint(api_response)
except ApiException as e:
print("Exception when calling CallbackApi->iot_oidc4_vp_callback: %s\n" % e)
All URIs are relative to https://apse1.api.affinidi.io/ais
Class | Method | HTTP request | Description |
---|---|---|---|
CallbackApi | iot_oidc4_vp_callback | POST /v1/callback | |
ConfigurationsApi | create_iota_configuration | POST /v1/configurations | |
ConfigurationsApi | delete_iota_configuration_by_id | DELETE /v1/configurations/{configurationId} | |
ConfigurationsApi | get_iota_configuration_by_id | GET /v1/configurations/{configurationId} | |
ConfigurationsApi | get_iota_configuration_meta_data | GET /v1/projects/{projectId}/configurations/{configurationId}/metadata | |
ConfigurationsApi | list_iota_configurations | GET /v1/configurations | |
ConfigurationsApi | update_iota_configuration_by_id | PATCH /v1/configurations/{configurationId} | |
DefaultApi | list_logged_consents | GET /v1/logged-consents | |
IotaApi | aws_exchange_credentials | POST /v1/aws-exchange-credentials | |
IotaApi | aws_exchange_credentials_project_token | POST /v1/aws-exchange-credentials/project-token | |
IotaApi | fetch_iota_vp_response | POST /v1/fetch-iota-response | |
IotaApi | initiate_data_sharing_request | POST /v1/initiate-data-sharing-request | |
IotaApi | iota_exchange_credentials | POST /v1/exchange-credentials | |
PexQueryApi | create_pex_query | POST /v1/configurations/{configurationId}/pex-queries | |
PexQueryApi | delete_pex_queries | POST /v1/configurations/{configurationId}/delete-queries | |
PexQueryApi | delete_pex_query_by_id | DELETE /v1/configurations/{configurationId}/pex-queries/{queryId} | |
PexQueryApi | get_pex_query_by_id | GET /v1/configurations/{configurationId}/pex-queries/{queryId} | |
PexQueryApi | list_pex_queries | GET /v1/configurations/{configurationId}/pex-queries | |
PexQueryApi | save_pex_queries | POST /v1/configurations/{configurationId}/save-queries | |
PexQueryApi | update_pex_query_by_id | PATCH /v1/configurations/{configurationId}/pex-queries/{queryId} |
- AlreadyExistsError
- AwsExchangeCredentials
- AwsExchangeCredentialsOK
- AwsExchangeCredentialsProjectToken
- AwsExchangeCredentialsProjectTokenOK
- AwsExchangeCredentialsProjectTokenOKCredentials
- CallbackInput
- CallbackResponseOK
- ConsentDto
- CorsAwsExchangeCredentialsOK
- CorsAwsExchangeCredentialsProjectTokenOK
- CorsFetchIotaVpResponseOK
- CorsInitiateDataSharingRequestOK
- CorsIotOidc4vpcallbackOK
- CorsIotaExchangeCredentialsOK
- CreateIotaConfigurationInput
- CreatePexQueryInput
- DeletePexQueriesInput
- FetchIOTAVPResponseInput
- FetchIOTAVPResponseOK
- GetIotaConfigurationMetaDataOK
- InitiateDataSharingRequestInput
- InitiateDataSharingRequestOK
- InitiateDataSharingRequestOKData
- InvalidParameterError
- InvalidParameterErrorDetailsInner
- IotaConfigurationDto
- IotaConfigurationDtoClientMetadata
- IotaExchangeCredentials
- IotaExchangeCredentialsOK
- IotaExchangeCredentialsOKCredentials
- ListConfigurationOK
- ListLoggedConsentsOK
- ListPexQueriesOK
- MessagePublishingError
- NotFoundError
- OperationForbiddenError
- PexQueryDto
- PrepareRequest
- PrepareRequestCreated
- PrepareRequestCreatedData
- ResourceLimitExceededError
- SavePexQueriesUpdateInput
- SavePexQueriesUpdateInputQueriesInner
- UpdateConfigurationByIdInput
- UpdateConfigurationByIdOK
- UpdatePexQueryInput
- VPTokenValidationError
Authentication schemes defined for the API:
- Type: API key
- API key parameter name: Authorization
- Location: HTTP header
- Type: API key
- API key parameter name: x-api-key
- Location: HTTP header
- Type: Bearer authentication (JWT)
- Type: API key
- API key parameter name: authorization
- Location: HTTP header
- Type: API key
- API key parameter name: authorization
- Location: HTTP header
- Type: API key
- API key parameter name: authorization
- Location: HTTP header
- Type: API key
- API key parameter name: authorization
- Location: HTTP header