Hi. I've just forked the repository to add some missing services, but I'm not familiar with Thingy.
I'm especially interested in implementing the inventory-list and its nested inventory-list-items (cf doc here and there)
so far, I've added the support for InventoryList. But I'm not sure about the way to fetch its children objects.
GET/POST /inventory-list/<ID>/item interacts with the list of items
GET/POST /inventory-list/<ID>/item/<ITEM-ID> interacts with a single item
Could you provide some guidance?
Hi. I've just forked the repository to add some missing services, but I'm not familiar with Thingy.
I'm especially interested in implementing the inventory-list and its nested inventory-list-items (cf doc here and there)
so far, I've added the support for InventoryList. But I'm not sure about the way to fetch its children objects.
GET/POST /inventory-list/<ID>/iteminteracts with the list of itemsGET/POST /inventory-list/<ID>/item/<ITEM-ID>interacts with a single itemCould you provide some guidance?