An open API service indexing awesome lists of open source software.

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.

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.