OpenAPI-generated TypeScript/JavaScript client for the FlexiNet API, current version 0.0.2321. Built with axios, supports ES5/ES6, CommonJS, and ES6 module systems. This is a nightly/pre-release package with high iteration frequency (2321 versions). Differentiator: auto-generated from OpenAPI spec, fully typed in TypeScript, promises-based. Suitable for Node.js, webpack, and browserify environments.
npm install flexinet-apiNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize configuration, create API client, and make a request.
Use exact version in package.json: "flexinet-api": "0.0.2321"
Review changelog before upgrading; lock to specific version.
Run npm install axios
Check the OpenAPI spec for deprecated endpoints.
Run npm install flexinet-api@0.0.2321 --save
Use import { DefaultApi } from 'flexinet-api'Ensure async/await is correctly used: const response = await api.someEndpoint();