🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@slango/ristretto

Package Overview
Dependencies
Maintainers
1
Versions
46
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.44
Version published
Weekly downloads
326
26.85%
Maintainers
1
Weekly downloads
 
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 14 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