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.
itemExists === false
Body requires no arguments, email and DappName are taken from Authorization & path respectively.
Given a DappName, returns its fully scoped private path
Generated using TypeDoc
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.