getSpace
Agent Runtimes / api/spacer/spaces / getSpace
Function: getSpace()
getSpace(
token,uid,baseUrl?):Promise<GetSpaceResponse>
Defined in: src/api/spacer/spaces.ts:60
Get a space by UID.
Parameters
token
string
Authentication token
uid
string
Space UID
baseUrl?
string = DEFAULT_SERVICE_URLS.SPACER
Base URL for the API
Returns
Promise<GetSpaceResponse>
Promise resolving to the space response