Interface ConfigurationParameters

Meroku API Documentation Open API specs for Meroku APIs. These APIs are required to inteact with the registry in a safe, easy way. The recommended way to use in a project is to use the npm package published at @merokudao/storekit-sdk. This npmjs package is a wrapper around the api. You would still want to use the APIs if you're building on a different platform. # Authentication - To learn more on Authentication and the benefits of using higher rate limit, read this Meroku.xyz blog post. - To request an API key fill this developer access form - You can try this UI without getting any API Key as well # Learn More - How to build a dApp Store using Meroku APIs - Meroku Blog # Support - Support Discourse Group # Stay Connected - Follow us on Github - Follow us on Twitter

OpenAPI spec version: 1.27

NOTE: This class is auto generated by the swagger code generator program. https://github.com/swagger-api/swagger-codegen.git Do not edit the class manually.

Hierarchy

  • ConfigurationParameters

Properties

accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>)
apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>)
baseOptions?: any
basePath?: string
password?: string
username?: string

Generated using TypeDoc