Jinqu Axios is an Ajax provider for the Jinqu querying infrastructure, enabling Linq-style query operations on top of Axios HTTP requests. As of version 2.0.1, the package is stable and actively maintained. It supports TypeScript and integrates with Axios for data fetching, allowing developers to compose queries with familiar Linq methods. Compared to native Axios, Jinqu adds query composition capabilities like filtering, mapping, and aggregation, while relying on Axios for HTTP execution. Release cadence is moderate, with focus on compatibility with Jinqu core.
npm install jinqu-axiosNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to create an AxiosProvider, build a query with a where filter, and execute it to get an array.
Use ESM imports with 'import' syntax. If required, pin to v1.x.
Use provider constructor without arguments or set options after instantiation.
Install missing dependencies: npm install jinqu axios
Run: npm install jinqu-axios
Set 'type': 'module' in package.json or use dynamic import()
Use: import { AxiosProvider } from 'jinqu-axios'