sdk-workflow
/
0.41.0
sdk-workflow 0.41.0
Install from the command line:
Learn more about npm packages
$ npm install @caido/sdk-workflow@0.41.0
Install via package.json:
"@caido/sdk-workflow": "0.41.0"
About this version
This is repository for the Caido workflow SDK.
You usually don't need to use this package directly since typing is already included in the runtime.
But this can be useful if you want to write to code externally in Typescript and built it to JS.
import { PassiveInput, SDK, Data } from "./typing";
export async function run(
input: PassiveInput,
sdk: SDK,
): Promise<Data | undefined> {
if (input.request) {
sdk.console.log(input.request.getMethod());
}
return;
}
Come join our Discord community and connect with other Caido users! We'd love to have you as part of the conversation and help with any questions you may have.
Details
- sdk-workflow
- caido
- about 2 months ago
- MIT
- 1 dependencies
Assets
- sdk-workflow-0.41.0.tgz
Download activity
- Total downloads 0
- Last 30 days 0
- Last week 0
- Today 0