Options
All
  • Public
  • Public/Protected
  • All
Menu

Retrieve the publicly visible information about a Dapp, or put differently, the content required for it to render on DappHub.

Index

Interfaces

Type aliases

Variables

Functions

Interfaces

FoundResult

FoundResult:

exists

exists: true

item

item: Core

NotFoundResult

NotFoundResult:

exists

exists: false

item

item: null

Type aliases

Args

Args: void

No body required, DappName is taken from the path.

Response

Response: ApiResponse<Result>

Result

Variables

Const HTTP

HTTP: GET = "GET"

Functions

Const Path

  • Path(DappName: string): string

Generated using TypeDoc