Files
insomnia/packages/insomnia-api
2026-03-31 18:02:37 +08:00
..
2026-03-26 02:32:17 +00:00

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';