@wepin/fetch-js
TypeScript icon, indicating that this package has built-in type declarations

0.0.11 • Public • Published

wepin logo


@wepin/fetch-js

npm version npm downloads

Wepin Fetch Library from Web. This package is exclusively available for use in web environments.

⏩ Install

npm install @wepin/fetch-js

or

yarn add @wepin/fetch-js

⏩ Import SDK

import { WepinFetch } from '@wepin/fetch-js'

⏩ Initialize

const wepinFetch = new WepinFetch({
    appId: 'wepinAppId',
    appKey: 'wepinAppKey',
    domain: 'wepinDomain',
    sdk: {version, type}
})

await wepinFetch.init()

⏩ wepinApi

user

account

wallet

nft

transaction

balance

app

⏩ wepinFirebaseApi

/@wepin/fetch-js/

    Package Sidebar

    Install

    npm i @wepin/fetch-js

    Weekly Downloads

    35

    Version

    0.0.11

    License

    MIT

    Unpacked Size

    1.68 MB

    Total Files

    286

    Last publish

    Collaborators

    • ke.kim
    • wepin.dev