axios-tauri-adapter

0.3.0 • Public • Published

axios-tauri-adapter

An Axios adapter for the http module of the Tauri framework.

Installation

yarn add axios axios-tauri-adapter

Usage

import axios from 'axios';
import axiosTauriAdapter from 'axios-tauri-adapter';
const client = axios.create({ adapter: axiosTauriAdapter });

Compatibility

Adapter version Axios version Tauri version
0.1.x-0.2.x 0.23.x-0.27.x 1.0.0-beta.8 & greater
0.3.x 0.23.x-0.27.x 1.0.0-rc.0 & greater

Unit testing

Changelog

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.3.0
    4
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.3.0
    4
  • 0.2.0
    0
  • 0.1.1
    0
  • 0.1.0
    0

Package Sidebar

Install

npm i axios-tauri-adapter

Weekly Downloads

4

Version

0.3.0

License

MIT

Unpacked Size

6.7 kB

Total Files

5

Last publish

Collaborators

  • kaki87