
Product
Socket for ClickUp Is Now Available
Create ClickUp tasks from Socket alerts, automate ticketing with custom rules, and keep alert and task status synchronized.
@snapvisor/api-client
Advanced tools
The open source visual testing platform for AI-native engineering teams.
A typed client for the Argos API, built on openapi-fetch.
npm install @snapvisor/api-client
Create a client and call any endpoint. Requests and responses are fully typed from the Argos OpenAPI schema:
import { createClient } from "@snapvisor/api-client";
const client = createClient({
authToken: process.env.ARGOS_TOKEN,
});
const { data, error } = await client.GET("/project");
if (error) {
throw new Error(error.error);
}
console.log(data);
FAQs
Snapvisor API Client library.
The npm package @snapvisor/api-client receives a total of 25 weekly downloads. As such, @snapvisor/api-client popularity was classified as not popular.
We found that @snapvisor/api-client demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Product
Create ClickUp tasks from Socket alerts, automate ticketing with custom rules, and keep alert and task status synchronized.

Product
Create and manage Asana tasks directly from Socket alerts, with manual task creation, automated ticketing rules, and two-way sync.

Security News
Open VSX has removed three extension IDs from its malicious-extension list as the legitimate publishers they impersonated move to claim the names for themselves.