@web3indexer-netixsol/api-client
v1.0.1
Published
web3Indexer sdk api-client interface
Maintainers
Readme
Installation
npm i @web3indexer-netixsol/api-clientUsage
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).
