SDK
MatterItems
@smokeballdev/smokeball-client-sdk
Interface: Api
Entry point for matter items to Smokeball.
Methods
get()
get(
matterId?
):Promise
<MatterItems
>
Gets the matter items associated to the current context or the specified matter id if provided.
Parameters
matterId?
string
the matter items to retrieve, use null for the matter in the current context.
Returns
Promise
<MatterItems
>
the matter items for the specified matter.