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

0.0.2 • 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

Package Sidebar

Install

npm i @wepin/fetch-js

Weekly Downloads

6

Version

0.0.2

License

MIT

Unpacked Size

1.4 MB

Total Files

44

Last publish

Collaborators

  • ke.kim
  • wepin.dev