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 d6b3ac1 commit 5268cffCopy full SHA for 5268cff
README.md
@@ -170,6 +170,7 @@ const Client = new PlatformApiLogicClient(emitter, cfg);
170
#### List of methods
171
- fetchAllFlowsForWorkspace(options) - Fetch all flows for a given workspace
172
- fetchAllCredentialsForWorkspace(options) - Fetch all credentials for a given workspace
173
+- fetchAllSecretsForWorkspace - Fetch all secrets for a given workspace
174
- fetchComponentsAccessibleFromContract(options) - Fetch All Components Accessible From a Given Workspace
175
- splitParallelization(maxParallelization, splitFactor) - Helping method to calculate right number of parallel calls
176
- fetchFlowList(options) - Fetches a list of flows
0 commit comments