Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

@outseta/react

React hooks and components for the Outseta API. Built on TanStack Query with auto-generated hooks from the Outseta OpenAPI spec.

Install

npm install @outseta/react

Peer dependencies

  • react ^18.0.0 || ^19.0.0

Usage

import { createClient } from "@outseta/react";

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

License

MIT