An Axios adapter for the http module of the Tauri framework.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
KaKi87 7b9afa2da3 📝 Update CHANGELOG 7 months ago
.gitignore 🎉 Initial commit 2 years ago
CHANGELOG.md 📝 Update CHANGELOG 7 months ago
README.md 📝 Add shields.io badges 2 years ago
index.js Add 'request' property 11 months ago
package.json 🔖 Bump minor version 7 months ago
yarn.lock ⬆️ Upgrade Tauri dependencies as per tauri-apps/tauri@d576e8a 7 months ago

README.md

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 });

Unit testing

At axios-tauri-adapter-test.

Changelog