# @jswork/universal-request-core

> Universal request core with adapter pattern

Latest version **1.0.11** (published 2026-08-08) · MIT license · 0 weekly downloads

## Install

```sh
npm install @jswork/universal-request-core
pnpm add @jswork/universal-request-core
yarn add @jswork/universal-request-core
bun add @jswork/universal-request-core
```

## Health

**Score 70/100 (B)** — status: active.

Positive: has types; esm support; no vulnerabilities; recently updated; high maintenance score; high quality score.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 1.0.11 |
| Published | 2026-08-08 |
| First published | 2026-08-08 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 63.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | afeiship |
| Maintainers | afeiship, yujiao.luo |
| Keywords | request, http, adapter, fetch, axios |

## Links

- npm: https://www.npmjs.com/package/@jswork/universal-request-core
- Repository: https://github.com/afeiship/universal-request
- Homepage: https://github.com/afeiship/universal-request#readme
- Issues: https://github.com/afeiship/universal-request/issues
- npm.io page: https://npm.io/package/@jswork/universal-request-core

## Dependencies (1)

- [@jswork/pipe](https://npm.io/package/@jswork/pipe.md) ^1.1.2

## Alternatives

- [launchdarkly-js-client-sdk](https://npm.io/package/launchdarkly-js-client-sdk.md) — 2.5M weekly downloads
- [@elastic/elasticsearch](https://npm.io/package/@elastic/elasticsearch.md) — 2.1M weekly downloads
- [@c8y/client](https://npm.io/package/@c8y/client.md) — 15.3K weekly downloads
- [@signaldb/maverickjs](https://npm.io/package/@signaldb/maverickjs.md) — 1.7K weekly downloads
- [@bbc/http-transport-cache](https://npm.io/package/@bbc/http-transport-cache.md) — 1.2K weekly downloads

## Recent versions

- 1.0.11 (latest) — 2026-08-08
- 1.0.10 — 2026-08-08
- 1.0.8 — 2026-08-08
- 1.0.7 — 2026-08-08
- 1.0.5 — 2026-08-08
- 1.0.2 — 2026-08-08
- 1.0.1 — 2026-08-08

## README

# @jswork/universal-request-core

Universal request core with adapter pattern.

## Installation

```bash
pnpm add @jswork/universal-request-core
```

## Usage

```typescript
import { createRequest } from '@jswork/universal-request-core';

const request = createRequest({
  adapter: yourAdapter,
  baseURL: 'https://api.example.com'
});
```

## License

MIT

---
_Source: https://npm.io/package/@jswork/universal-request-core · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
