aronbalog / Vox

Swift JSON:API client framework
http://jsonapi.org
MIT License
46 stars 19 forks source link

Support for custom request with userInfo #3

Closed JFejza closed 6 years ago

JFejza commented 6 years ago

Add userInfo dictionary for custom configuration of request

aronbalog commented 6 years ago

@JFejza It would be better if we call executeRequest with userInfo argument instead of Request. As Request is an internal object (sort of), it could be confusing for others to see request in Client implementation.

JFejza commented 6 years ago

Sure, I agree, I'll change it and update the PR

JFejza commented 6 years ago

Updated PR

aronbalog commented 6 years ago

Merged.