https://github.com/commandstring/cmdstr-http
Build out your HTTP wrappers with a modular approach.
https://github.com/commandstring/cmdstr-http
http-client nodejs npm-package ts typescript
Last synced: 7 months ago
JSON representation
Build out your HTTP wrappers with a modular approach.
- Host: GitHub
- URL: https://github.com/commandstring/cmdstr-http
- Owner: CommandString
- Created: 2024-11-17T17:35:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-21T09:44:23.000Z (about 1 year ago)
- Last Synced: 2025-01-25T23:16:27.136Z (11 months ago)
- Topics: http-client, nodejs, npm-package, ts, typescript
- Language: TypeScript
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [cmdstr-http](https://www.npmjs.com/package/cmdstr-http)
Build out your HTTP wrappers with a modular approach.
## Installation
```
npm i cmdstr-http
```
## Basic Usage
Please see the unit tests in `/src/tests` for examples.