Back to Insomnia

Insomnia API

packages/insomnia-api/README.md

7.1.1313 B
Original Source

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

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