whichdigital / active-rest-client

ActiveRestClient API Client
https://rubygems.org/gems/active_rest_client
MIT License
385 stars 44 forks source link

Feature Request: `in_parallel` takes 0 arguments and defaults to base url #103

Open ericraio opened 9 years ago

ericraio commented 9 years ago

I have set in an initializer a default base url.

It would be nice if i didn't have to specify the base url everytime I use ActiveRestClient::ConnectionManager.in_parallel

I'm having to write this all over the place.

ActiveRestClient::ConnectionManager.in_parallel(ActiveRestClient::Base.base_url) do

end