1.0.1 • Published 1 year ago
@web3indexer-netixsol/api-client v1.0.1
- Installation
npm i @web3indexer-netixsol/api-client
Usage
import * as ApiClient from "@web3indexer-netixsol/api-client"; try { const collectionsApi = new ApiClient.CollectionsApi(); const { collections } = await collectionsApi.getCollectionsV2(); console.log(collections, "collections logged"); } catch (error) { console.log("failed", error); }
@web3indexer-netixsol/api-client
is a library that facilitates interacting with the web3Indexer Api's for TypeScript or JS (+ TypeScript types).