Options
All
  • Public
  • Public/Protected
  • All
Menu

Retrieve the API representation of any given dapp. Will not succeed if the caller is not the owner of said dapp. Gracefully returns with itemExists === false if the dapp does not exist.

Index

Interfaces

Type aliases

Variables

Interfaces

FoundResult

FoundResult:

exists

exists: true

item

item: Api

NotFoundResult

NotFoundResult:

exists

exists: false

item

item: null

Type aliases

Args

Args: void

Body requires no arguments, email and DappName are taken from Authorization & path respectively.

Response

Response: ApiResponse<Result>

Result

Variables

Const HTTP

HTTP: GET = "GET"

Const Path

Path: DappPath = DappPath

Given a DappName, returns its fully scoped private path

param

Generated using TypeDoc