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
Currently, we get the taggedList once and only once in kojiTag.builds method. Consider adding a way to refresh this list (perhaps with a 'force' param or similar), and decide what, if anything, to do with the **kwargs originally passed in.
The text was updated successfully, but these errors were encountered:
you can work around this by setting .tagged_list = None
but that is not obvious.
if you follow down the logical path this way the workflow might be better to have builds() method always call the api but not return any data, and then force using other accessor methods to retrieve the actual data that builds(...) call gave you. But this might be more of a v2 refactor than a simple cleanup
Description
Currently, we get the taggedList once and only once in kojiTag.builds method. Consider adding a way to refresh this list (perhaps with a 'force' param or similar), and decide what, if anything, to do with the **kwargs originally passed in.
The text was updated successfully, but these errors were encountered: