Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for clients in client-common #70

Closed
sagikazarmark opened this issue Mar 8, 2016 · 4 comments · Fixed by #103
Closed

Add support for clients in client-common #70

sagikazarmark opened this issue Mar 8, 2016 · 4 comments · Fixed by #103
Assignees

Comments

@sagikazarmark
Copy link
Member

For example methods client

@Nyholm
Copy link
Member

Nyholm commented Jul 2, 2016

We got the current clients:

  • BatchClient
  • PluginClient (added with configuration)
  • HttpMethodsClient
  • FlexibleClient
  • EmulatedHttpClient (by FlexibleClient)
  • EmulatedHttpAsyncClient (by FlexibleClient)

Should we support BachClient as well?

@dbu
Copy link
Collaborator

dbu commented Jul 3, 2016

it sounds useful to have the batch client. i think there are use cases to want to send whole batches of requests.

@Nyholm
Copy link
Member

Nyholm commented Jul 3, 2016

Okey. I'll try to manage a PR with that as well.

@Nyholm
Copy link
Member

Nyholm commented Jul 25, 2016

Ive submitted a PR for the BatchClient as well. PR #103 will close this ticket.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants