PodClient

PodClient

The client that communicates with the Pod.

Constructor

new PodClient()

Source:

Methods

(async) createItem(item)

Source:
Create an item in the Pod.
Parameters:
Name Type Description
item Item The item to be created in the Pod.

(async) getAllItems()

Source:
Get all items from Pod

(async) getItem(uid)

Source:
Get an item from the Pod.
Parameters:
Name Type Description
uid uid Get the item with this uid.

(async) testConnection()

Source:
Test the connection with the Pod.