You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Hello. Thanks for pointing that out, I'm realizing that my profile was outdated. I'm a former Appnexus folk. now I'm using the platform as a client :-)
Your proposal seems so obvious... I've been trying more complex changes lol. I'll give it a shot.
Thanks for your prompt answer!
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 itemsGET/POST /inventory-list/<ID>/item/<ITEM-ID>
interacts with a single itemCould you provide some guidance?
The text was updated successfully, but these errors were encountered: