![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
openapi-clientlib
Advanced tools
[![Quality-Checks](https://github.com/SaxoBank/openapi-clientlib-js/actions/workflows/quality-checks.yml/badge.svg?branch=master)](https://github.com/SaxoBank/openapi-clientlib-js/actions/workflows/quality-checks.yml)
The OpenApi Client Library a JavaScript library for, among other things, consuming OpenAPI endpoints. The library implements all details regarding security, handshake, heartbeat, endpoint data contracts, subscriptions and batching. It also has hooks for custom conversion of data and mocked data as well as a bunch of utility functions.
npm install openapi-clientlib
yarn add openapi-clientlib
git clone https://github.com/saxobank/openapi-clientlib-js
npm install
npm run build
build distributionnpm run check
check lint/prettier errors and run unit testsnpm version patch | minor | major -m "Upgrade to %s for reasons" npm publish
The source code of the library is not compiled to any specific ES version. You need to include this library in your build setup and, depending on your app requirements, compile it to any ES version you want.
The library requires below dependencies to be provided in environment where it will be used.
Dependency | Version | Details & URL |
---|---|---|
SignalR | 2.0.3 | Signal-R can be downloaded from https://github.com/SignalR/SignalR/releases/tag/2.0.3. |
jQuery | >1.11 | We do not depend on jQuery, but SignalR does. You can use any version of jquery that SignalR supports. |
TextDecoder | TextDecoder is used to decode utf8 JSON string payload for plain websocket transport. | |
It will fallback to SignalR if TextDecoder is not available in the environment | ||
protobufjs | 6.10.2 | Required only if you will use protobuf parser |
@types/signalr | 2.2.36 | TypeScript projects only - provides types definition for the lib |
@microsoft/signalr | 5.0.4 | TypeScript projects only - provides types definition for the lib |
Please check doc comments in the source code for additional information.
You want to contribute? Great! Have a look at our contribution guidelines.
v11.1.0
FAQs
[![Quality-Checks](https://github.com/SaxoBank/openapi-clientlib-js/actions/workflows/quality-checks.yml/badge.svg?branch=master)](https://github.com/SaxoBank/openapi-clientlib-js/actions/workflows/quality-checks.yml)
The npm package openapi-clientlib receives a total of 8 weekly downloads. As such, openapi-clientlib popularity was classified as not popular.
We found that openapi-clientlib demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.