I created a csharp wrapper of seafile web api

image

Any issue is welcome.

1 Like

Hi,

Can you explain what features it has and what in can be used for?

This is a CSharp library for accessing Seafile Web API.

It makes the rest api standard. For example:

  • The response like { "success": true } or "success" to a normal boolean return value.
  • All response are defined as C# class with friendly documented.

You can install the library from nuget or import the github project in your vs solution.