raidenyn / yandexdisk.client

Yandex Disk API Client for .NET
MIT License
41 stars 14 forks source link

Comparing with the official Yandex Disk SDK #9

Open rvalitov opened 6 years ago

rvalitov commented 6 years ago

Hi! Can you please explain what's the benefits of using your client instead of official Yandex SDK?

raidenyn commented 6 years ago

I see at least few differences between the libs:

  1. My lib uses task-based model instead event callback model.
  2. It has additional usefull helpers for common operations.
  3. I have a plan to migrate to .NETStandard but official SDK looks freezed during years.

I'm not sure these points are benefits for you or not, but it is always better to have alternatives, isn't it?

rvalitov commented 6 years ago

Thank you! The last point is very important and is surprising for me: the official project looks completely abandoned. They don't even support it and don't check or answer to the issues.

I think such kind of information about the unique features of your project should be added to the main page of this repo into readme, so that everybody can understand the idea of your project with a quick glance. You can close this issue or leave as informational notice for others.