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
I figured out how to get all of the starter packs associated with a did with the getActorStarterPacks method. Using the URLs associated with each starter pack, I then used the getStarterPack method to attempt retrieving the list of accounts added to the starter pack. The problem is that the only method able to access this list is getItemsSample, which doesn't accept a cursor argument and is limited to outputting 12 accounts. Can this functionality be improved or am I missing an obvious workaround here? I suppose that the simplest solution would be to make the item limit 150 to coincide with the max starter pack size.
The text was updated successfully, but these errors were encountered:
I figured out how to get all of the starter packs associated with a
did
with thegetActorStarterPacks
method. Using the URLs associated with each starter pack, I then used thegetStarterPack
method to attempt retrieving the list of accounts added to the starter pack. The problem is that the only method able to access this list isgetItemsSample
, which doesn't accept acursor
argument and is limited to outputting 12 accounts. Can this functionality be improved or am I missing an obvious workaround here? I suppose that the simplest solution would be to make the item limit 150 to coincide with the max starter pack size.The text was updated successfully, but these errors were encountered: