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
Box already has get/put as well as their bulk variants. To be more up to par with the rest of the bindings, the following methods should be implemented:
Thank you @liquidiert 👍 I've merged the PR after resolving some issues caused by the huge query PR changelist.
Could you maybe have a look at the last method (or two): contains(id), containsMany(ids) since you're already familiar with the code and its tests. If so, please start it on a new branch based on the latest dev to prevent merge conflicts, as there have been major changes today.
Box already has get/put as well as their bulk variants. To be more up to par with the rest of the bindings, the following methods should be implemented:
See box.go and go docs for reference
The text was updated successfully, but these errors were encountered: