0.1.6 • Published 12 months ago
@security-alliance/seal-isac-sdk v0.1.6
Usage
Setup
import { WebContentClient } from "@security-alliance/seal-isac-sdk";
// Initialize the SDK with your SEAL-ISAC host and API key
const client = new WebContentClient("https://sealisac.org", "your-api-key");
Functions
client.blockWebContent(content: WebContent, creator: Identifier<'identity'>): Promise<Indicator>;
client.unblockWebContent(content: WebContent): Promise<Indicator | undefined>;
client.trustWebContent(content: WebContent, creator: Identifier<'identity'>): Promise<Observable>;
client.untrustWebContent(content: WebContent): Promise<Observable | undefined>;
0.1.6
12 months ago
0.1.2
12 months ago
0.1.1
12 months ago
0.1.4
12 months ago
0.1.3
12 months ago
0.1.5
12 months ago
0.1.0
12 months ago
0.0.12
1 year ago
0.0.11
1 year ago
0.0.10
1 year ago
0.0.9
1 year ago
0.0.8
1 year ago
0.0.7
1 year ago
0.0.6
1 year ago
0.0.5
1 year ago
0.0.4
1 year ago
0.0.3
1 year ago
0.0.2
1 year ago
0.0.1
1 year ago