New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@outseta/api-client

Package Overview
Dependencies
Maintainers
3
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@outseta/api-client

Generated API client for the Outseta REST API

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
3
Created
Source

@outseta/api-client

Most users should install a higher-level package instead:

Low-level, generated API client for the Outseta REST API. Provides typed fetch functions, Zod validation schemas, and TypeScript types — all auto-generated from the Outseta OpenAPI spec. This package is the shared foundation that those packages build on. Use it directly only if you need fine-grained control or are targeting a runtime not covered by the SDKs above.

Install

npm install @outseta/api-client

Usage

import { createClient } from "@outseta/api-client";

const client = createClient({
  subdomain: "your-company",
  apiKey: "your-api-key",
  apiSecret: "your-api-secret",
});

Then pass the client instance to any generated API function:

import { getAccounts } from "@outseta/api-client";

const result = await getAccounts({ client });

License

MIT

FAQs

Package last updated on 18 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts