codek_sdk
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

CodeK SDK

This SDK provides functionalities to interact with the CodeK API.

Installation

To use the CodeK SDK in your project, install it via npm:

npm install codek-sdk
import { CodeK } from 'codek_sdk';

const connect = new CodeK({
  ProjectId: '6dd3a52d-93e5-4b7a-8388-0ba0c9602e3a',
});

(async () => {
  const result = await connect.getPullAll({
    type: 'opened',
  });
  console.log(result);
  const result1 = await connect.getPullByWallet({
    walletAddress: 'sdfsdg',
    type: 'opened',
  });
  console.log(result1);
})();

Package Sidebar

Install

npm i codek_sdk

Weekly Downloads

0

Version

1.0.6

License

ISC

Unpacked Size

17.9 kB

Total Files

21

Last publish

Collaborators

  • hemakumarm72