https://github.com/sno2/wiz
A refreshingly simple module for requests for Deno.
https://github.com/sno2/wiz
deno http-client wiz
Last synced: 2 days ago
JSON representation
A refreshingly simple module for requests for Deno.
- Host: GitHub
- URL: https://github.com/sno2/wiz
- Owner: sno2
- License: mit
- Created: 2021-02-21T23:25:33.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-24T14:22:02.000Z (over 5 years ago)
- Last Synced: 2026-04-07T16:05:37.382Z (3 months ago)
- Topics: deno, http-client, wiz
- Language: TypeScript
- Homepage: https://deno.land/x/wiz
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wiz
> A refreshingly simple request module for Deno that is built upon fetch.
## Notice
Wiz is very early in stage, so please make sure you lock your versions to reduce confusing errors from breaking changes.
## Goals
- Support all types of request methods supported by fetch.
- Have JSDoc for all publicly-exposed members.
- `WizClient` class
- Transformer Plugin (transform keys of returned objects)
- Comprehensive testing
## API
// TODO
## Contributing
### Formatting
We don't use `deno fmt` due to a lack of features. Therefore, make sure you run any updated code through prettier before contributing!
### Testing
// TODO
## License
Wiz is licensed under the MIT License. See the attached [license](./LICENSE) for more info.