Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "spec/methods/public/public"

Index

Modules

Variables

Modules

ViewDapp

ViewDapp:

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

FoundResult

FoundResult:

exists

exists: true

item

item: Core

NotFoundResult

NotFoundResult:

exists

exists: false

item

item: null

Args

Args: void

No body required, DappName is taken from the path.

Response

Response: ApiResponse<Result>

Result

Const HTTP

HTTP: GET = "GET"

Const Path

  • Path(DappName: string): string

Variables

Const publicBasePath

publicBasePath: string = `${apiBasePath}/${RootResources.public}`

Generated using TypeDoc