Files
insomnia/packages/insomnia-api/README.md
2025-12-08 03:57:47 +00:00

314 B

Insomnia API

This package contains the API functionality and types for the Insomnia application which could be shared across insomnia and inso-cli.

Usage

Install

Uses npm workspace, so no need to install.

Import

import { getUserProfile, type UserProfileResponse } from 'insomnia-api';