mirror of
https://github.com/Kong/insomnia.git
synced 2026-09-21 05:35:28 -04:00
* feat: integrate v3 user endpoints * feat: use public sdk for insomnia-api
343 B
343 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, getEncryptionKeys, type User, type UserEncryptionKeys } from 'insomnia-api';