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 057b86b commit 6ffda81Copy full SHA for 6ffda81
aries_cloudcontroller/controllers/server.py
@@ -31,4 +31,5 @@ async def get_features(self, query: str = None):
31
32
return await self.admin_GET("/features", params=params)
33
34
- ## TODO implement shutdown. Should this be a POST?
+ async def shutdown(self):
35
+ return await self.admin_GET("/shutdown")
0 commit comments