1.0.1 • Published 1 year ago

@web3indexer-netixsol/api-client v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago
  • 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).

1.0.1

1 year ago

1.0.0

1 year ago