Axios Shortcut

JSON →
library 0.1.4 ·javascript
verified Jun 7, 2026

Axios Shortcut (v0.1.4) is a lightweight wrapper around Axios that provides shorthand methods (GET, DELETE, HEAD, OPTIONS) with a separate params argument, plus a dedicated DOWNLOAD method for file downloads. It maintains the same API for POST, PUT, PATCH as Axios but omits request(config) and getUri. Since v0.1, it has offered a compact API surface with no extra runtime dependencies. Ideal for developers who want to reduce boilerplate when making GET/DELETE requests and need a simple download helper.