Jump to content

ApiClient


Luke

Recommended Posts

Scott L,

 

I re-worked this to eliminate HttpClient by adding an IHttpClient interface, similar to the IJsonSerializer interface.

 

Due to my use of Tasks and async, the library still does not target WP7, but I think now you can use the code file, right?

 

Let me know what you think. All you have to do is write a class that wraps that contains a WebClient and implements IHttpClient, and right now there's only one method.

 

I'm trying to keep ApiClient up to date with all the handlers, but it is still doesn't have methods for all of them. If you want to go this route I can give you check-in access so that you can add methods I haven't implemented yet.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...