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

Handle actually issuing REST requests, not just building them #1

Merged
merged 6 commits into from
Jul 23, 2013

Conversation

anaisbetts
Copy link
Member

This PR adds the code to issue REST requests, which is surprisingly complicated. Based on the return value of the method, they could want:

  • A deserialized JSON object (i.e. Task<Toaster>)
  • A completion result (e.g. if it's a delete, so Task)
  • The resulting data as a string (i.e. Task<string>)
  • The actual response object (i.e. Task<HttpResponseMessage>)
  • All of those things except for completion, for Rx too

anaisbetts pushed a commit that referenced this pull request Jul 23, 2013
Handle actually issuing REST requests, not just building them
@anaisbetts anaisbetts merged commit f2c5dbe into master Jul 23, 2013
clairernovotny pushed a commit that referenced this pull request May 7, 2019
clairernovotny pushed a commit that referenced this pull request Jun 5, 2019
@lock lock bot locked and limited conversation to collaborators Jun 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant