/wiz

A refreshingly simple module for requests for Deno.

Primary LanguageTypeScriptMIT LicenseMIT

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 for more info.