mirror of
https://github.com/Kong/insomnia.git
synced 2026-02-15 08:32:11 -05:00
16 lines
314 B
Markdown
16 lines
314 B
Markdown
# 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';
|
|
```
|