get

abstract fun get(spaceId: String, handler: CompletionHandler<Space>)

Retrieves the details for a space by id.

Since

0.1

Parameters

spaceId

The identifier of the space.

handler

The queue on which the completion handler is dispatched.