MetaConventionClient
add_key
Sends the request to add an allowed key for DID metadata (update the DID Metadata Conventions table with a new key).
Arguments: |
|
Raises: |
|
Returns: | True if key was created successfully. |
list_keys
Sends the request to list all keys for DID Metadata Conventions.
Returns: | a list containing the names of all keys. |
list_values
Sends the request to lists all allowed values for a DID key (all values for a key in DID Metadata Conventions).
.
:return: a list containing the names of all values for a key.
add_value
Sends the request to add a value for a key in DID Metadata Convention.
Arguments: |
|
Raises: |
|
Returns: | True if value was created successfully. |
del_value
Delete a key in the DID Metadata Conventions table.
Arguments: |
|
del_key
Delete an allowed key.
Arguments: |
|
update_key
Update a key.
Arguments: |
|