New:Socket for Asana Is Now Available.Learn more
Get Started

@slango/ristretto

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@slango/ristretto

Opinionated rest client

Source
npmnpm
Version
1.0.37
Version published
Maintainers
1
Created
Source

Ristretto (@slango/ristretto)

Opinionated REST client.

Installation

pnpm add @slango/ristretto

Usage

import { get } from '@slango/ristretto';

const user = await get<User>('https://api.example.com/users/1')();

Testing

Run linting and unit tests:

pnpm lint
pnpm test

Contributing

Issues and pull requests are welcome.

FAQs

Package last updated on 28 Apr 2026

Related posts