-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Hello KipWoker,
are u still actively maintaining this API? I've adapted the source code to make it portable, but I was a bit disappointed to see that the pagination is not yet switched to the inofficial but working linked_partitioning way. With "offset" and "limit" parameters you don't get all items (e.g. from the users likes).
If you still work on the API, I would like to share my portable solution, but I never contributed to github yet, so i don't know how it works. There would also be some further steps to do. Currently i switched the web handling to TPL but I didn't change all methods to async yet. Shouldn't be a big thing, but a breaking interface change, of course.
Further steps (beside WebRequest adaption) I had to do:
- Adapt some of the Reflection code, since the Reflection API changed from .NET 4.0 to newer versions and only the new API is available in PCL
- Added dependency to Zlib.Portable (see nuget), because the compression stuff is not available by default in PCL
If you r not yet familiar with Portable Class libraries, this is what you get:
- You can reference the library almost everywhere (Xamarin, Mono, Universal Apps, .NET Core 1.0, WindowsPhone 8.x Apps, Windows 8 Apps and of course .NET 4.5 and later)
Best regards,
Tom