groupsharekit.net
groupsharekit.net copied to clipboard
A GroupShare API client library for .NET
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 13.0.1 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...
Hello, I just downloaded the Groupsharekit from NuGet in Visual Studio and wanted to test this sample code: ``` var groupShareClient = await GroupShareClient.AuthenticateClient(userName, password, new Uri("http://yourgroupshareaddress"), GroupShareClient.AllScopes); var users...
It seems that the GetProject(id) api method is not available in this library.
We're trying to use this api for several users. For obvious reasons, we can't hard code a password. It should be able to accept the current user context from .NET.
Keep getting BadRequest
GroupShare does not require a due date when creating a project, however, this API is requiring it. dueDate should be nullable.
Hi, do you plan to support http proxy for the connections? In many corporate environments, proxy servers are used to access the public internet. And if GS is e.g. in...
I am trying to use PublishPackage method and I get BadRequest response The code I am using: ``` try { var token = await GroupShareClient.GetRequestToken("Username", "Passwrd", new Uri("https://localhost/"), GroupShareClient.AllScopes); var...
This change covers the `AuditTrial` class as well as associated classes such as `AuditTrialDetails`. This misspelling prevented Json.NET from setting property values and consequently AuditTrial.Trials is always null.
Is there a way to manage the internal httpClient Timeout? The default 100sec timeout is to quick for my usecase. thank you.