https://github.com/aivec/reqres-utils
JavaScript common request and response utility functions (ie. req body creation, error handling, etc.)
https://github.com/aivec/reqres-utils
Last synced: 3 months ago
JSON representation
JavaScript common request and response utility functions (ie. req body creation, error handling, etc.)
- Host: GitHub
- URL: https://github.com/aivec/reqres-utils
- Owner: aivec
- Created: 2019-10-20T07:27:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:22:57.000Z (over 3 years ago)
- Last Synced: 2025-12-31T17:46:24.962Z (6 months ago)
- Language: TypeScript
- Size: 1.25 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aivec request and response utilies
This package is best used in conjunction with our PHP composer package [wordpress-router](https://github.com/aivec/wordpress-router) and the NPM package [axios](https://github.com/axios/axios), an alternative to `fetch`.
For info/error message building, use our PHP composer package [response-handler](https://github.com/aivec/response-handler)