yahoo / fetchr

Universal data access layer for web applications.
Other
453 stars 86 forks source link

fix: make options optional in fetchr client just as in server #514

Closed pablopalacios closed 3 months ago

pablopalacios commented 3 months ago

In the server Fetchr, the options passed to the constructor are optional and we then use default values.

That was not the same in the client Fetchr.

I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary to make this contribution on behalf of its copyright owner.

pablopalacios commented 3 months ago

@redonkulus I'm back :D