SeafClient icon indicating copy to clipboard operation
SeafClient copied to clipboard

Seafile web api implementation for C# as .NET Standard library

Results 9 SeafClient issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Recently, our seafile server was upgraded from 6.0 to 8.0, It is found that the original upload interface cannot be used, 403 error occurred. I checked the official API interface,...

Fixes #18 [https://github.com/renber/SeafClient/issues/18](url)

Hey Renber, Great work on this SDK! I've forked it over to my local machine and working to replace our Dropbox service with it. In ASP.NET Core, we injected the...

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

Hi. I added a "replace" parameter for UploadFiles request so now archives wont be duplicated in case of re-upload them. I'd glad you accept the pull request :D