We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a634990 commit 7d7b50aCopy full SHA for 7d7b50a
aries_cloudcontroller/acapy_client.py
@@ -100,6 +100,7 @@ def __init__(
100
self.credentials = CredentialsApi(self.api_client)
101
self.default = DefaultApi(self.api_client)
102
self.did_exchange = DidExchangeApi(self.api_client)
103
+ self.did_rotate = DidRotateApi(self.api_client)
104
self.discover_features = DiscoverFeaturesApi(self.api_client)
105
self.discover_features_v2_0 = DiscoverFeaturesV20Api(self.api_client)
106
self.endorse_transaction = EndorseTransactionApi(self.api_client)
0 commit comments