Closed grdsdev closed 2 years ago
Thanks, @grsouza! Yeah, I've done that before for other delegates. But I think it's a niche use-case for Get. One of the main advantages of Get is how small and focused the API is, so I'd prefer to avoid adding new APIs unless it's something that can't be implemented "outside" of the framework.
I created a new repository for holding some common extensions to Get library, and added this type to it https://github.com/binaryscraping/GetExtensions
Will close this, thanks.
Hi @kean hope you're doing great, first thanks for this awesome library, I'm using it on a lot of my projects.
And one thing I find myself always implementing is this
MultiAPIClientDelegate
.An
APIClientDelegate
implementation that forwards calls to multiple underlying delegates, below is the implementation I use.if you find this useful for adding to the library, I can PR it.