https://github.com/wefixers/gatewayapi-node-api
API for GatewayAPI
https://github.com/wefixers/gatewayapi-node-api
Last synced: 3 months ago
JSON representation
API for GatewayAPI
- Host: GitHub
- URL: https://github.com/wefixers/gatewayapi-node-api
- Owner: wefixers
- License: mit
- Created: 2023-10-17T14:14:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-17T14:17:08.000Z (over 1 year ago)
- Last Synced: 2024-10-30T04:50:12.871Z (7 months ago)
- Language: TypeScript
- Size: 50.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Gatewayapi Node API
[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![License][license-src]][license-href]A library to interact with Gatewayapi in 2023...
This library uses `ofetch` for sending requests.
- [Install](#install)
## Install
```sh
pnpm i @fixers/gatewayapi-node-api
``````sh
npm install @fixers/gatewayapi-node-api
```[npm-version-src]: https://img.shields.io/npm/v/@fixers/gatewayapi-node-api/latest.svg?style=flat&colorA=18181B&colorB=28CF8D
[npm-version-href]: https://npmjs.com/package/@fixers/gatewayapi-node-api[npm-downloads-src]: https://img.shields.io/npm/dm/@fixers/gatewayapi-node-api.svg?style=flat&colorA=18181B&colorB=28CF8D
[npm-downloads-href]: https://npmjs.com/package/@fixers/gatewayapi-node-api[license-src]: https://img.shields.io/npm/l/@fixers/gatewayapi-node-api.svg?style=flat&colorA=18181B&colorB=28CF8D
[license-href]: https://npmjs.com/package/@fixers/gatewayapi-node-api