marska / habitrpg-api-dotnet-client

.NET Async HabitRPG Client Library
Apache License 2.0
11 stars 5 forks source link

Splitup HabitRPG.Client in Models and Client ? #38

Open negue opened 9 years ago

negue commented 9 years ago

My current problem is that my pcl change had to use a httpclient / async from nuget, which means all my other projects (in my solution) where I have to use the models, also have to reference the BCL Package which a bit much :D

Anyway, what do you think about splitting those two?

Edit:

Project Client.Models:

Project Client:

marska commented 9 years ago

For me it isn't problem, you can split it.

Date: Sat, 9 May 2015 10:46:06 -0700 From: notifications@github.com To: habitrpg-api-dotnet-client@noreply.github.com Subject: [habitrpg-api-dotnet-client] Splitup HabitRPG.Client in Models and Client ? (#38)

My current problem is that my pcl change had to use a httpclient / async from nuget, which means all my other projects (in my solution) where I have to use the models, also have to reference the BCL Package which a bit much :D

Anyway, what do you think about splitting those two?

Reply to this email directly or view it on GitHub.