-
Notifications
You must be signed in to change notification settings - Fork 10
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
Let's think about the default values before releasing this though.
We can now also deprecate the list functions. You can read here: https://github.com/golang/go/wiki/Deprecated how to do this. And see some examples here: https://golang.org/search?q=Deprecated:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update iterators to use the http client
Why did you do this? Does this change behavior? I liked how we could re-use the logic that is already in the List functions.
Fix bug in access rule iterator
@Marton6 We still need to deprecate the list functions: #163 (review) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sweet! 👍 Just one thing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Discussed this in person and it has been approved! 👍
@mackenbach Is anything holding this from being merged? |
Nope, I just left the timing of the merge to @Marton6 because it looked like there was a dependency. Merged it now. |
No description provided.