Files
insomnia/packages/insomnia-api
Curry Yang 5cbda1af5e refactor: migrate organizations apis (#9615)
* refactor: migrate organizations apis

* fix: ts check

* fix: comment
2026-02-11 15:57:06 +08:00
..
2026-02-05 05:24:10 +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';