![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.
@seven.io/client
Advanced tools
This library relies on the global fetch API. To use this library with Node.js < 18, node-fetch is required.
For compatibility with Node.js versions < 12, please also install the globalThis polyfill.
npm install @seven.io/client
yarn add @seven.io/client
<script src='https://unpkg.com/browse/@seven.io/client/dist/seven-client.umd.cjs'></script>
// const globalThis = require('globalthis')(); // uncomment if NodeJS < NodeJS versions < 12
// globalThis.fetch = require('node-fetch').default; // uncomment in NodeJS environments
// const {BalanceResource, Client} = require('@seven.io/client'); // uncomment in NodeJS environments
import {BalanceResource, Client} from '@seven.io/client'
const client = new Client({apiKey: 'MY_SUPER_SECRET_SEVEN_IO_API_KEY!'})
const balanceResource = new BalanceResource(client)
balanceResource.get()
.then(console.log)
.catch(console.error);
git clone https://github.com/seven-io/js-client seven-client
cd seven-client && npm install
SEVEN_API_KEY=<ApiKey> SEVEN_SIGNING_SECRET=<SigningSecret> npm run test
Set SEVEN_DEBUG=1
for details printed to stdout
.
Need help? Feel free to contact us.
FAQs
Official API client for seven
The npm package @seven.io/client receives a total of 59 weekly downloads. As such, @seven.io/client popularity was classified as not popular.
We found that @seven.io/client demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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.