Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@slango/ristretto

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@slango/ristretto

Opinionated rest client

latest
Source
npmnpm
Version
1.0.43
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 09 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts