Files
Alison Sabuwala d19e58a9f6 feat: integrate v3 user endpoints (#9785)
* feat: integrate v3 user endpoints

* feat: use public sdk for insomnia-api
2026-04-22 10:25:37 -04: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, getEncryptionKeys, type User, type UserEncryptionKeys } from 'insomnia-api';