SuperOffice.WebApi 1.0.0-preview3

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This is a prerelease version of SuperOffice.WebApi.
There is a newer version of this package available.
See the version list below for details.
dotnet add package SuperOffice.WebApi --version 1.0.0-preview3
NuGet\Install-Package SuperOffice.WebApi -Version 1.0.0-preview3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SuperOffice.WebApi" Version="1.0.0-preview3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SuperOffice.WebApi --version 1.0.0-preview3
#r "nuget: SuperOffice.WebApi, 1.0.0-preview3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SuperOffice.WebApi as a Cake Addin
#addin nuget:?package=SuperOffice.WebApi&version=1.0.0-preview3&prerelease

// Install SuperOffice.WebApi as a Cake Tool
#tool nuget:?package=SuperOffice.WebApi&version=1.0.0-preview3&prerelease

See the wiki for API change list.

Agent API Usage:

var auth = new AuthorizationAccessToken(AccessToken, OnlineEnvironment.SOD);
var options = new WebApiOptions(webUrl, auth);

// new up some agents... using the config...

var personAgent = new PersonAgent(options);
var contact = await personAgent.GetPersonEntityAsync(personId);

System User Client Usage:

SystemUserInfo sysInfo = GetSystemUserInfo(); // construct a SystemUserInfo type, contains required info...
var sysUserClient = new SystemUserClient(sysInfo);
var ticket = sysUserClient.GetSystemUserTicket();
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
10.3.3.610 204 3/20/2024
10.3.2.841 178 2/27/2024
10.3.1.759 647 1/24/2024
10.2.11.1228 162 12/14/2023
10.2.10.1353 391 11/28/2023
10.2.9.778 134 11/7/2023
10.2.8.655 362 10/5/2023
10.2.6.1269 834 6/28/2023
10.2.5.1175 2,737 5/26/2023
10.2.4.796 622 4/4/2023
10.2.1.1698 727 2/2/2023
10.2.1.1649 252 1/26/2023
10.2.1.1517 243 1/24/2023
10.2.1.1270 313 1/17/2023
10.1.6.807 1,412 10/3/2022
10.1.5.2026 379 9/13/2022
10.1.5.2018 424 9/6/2022
10.1.4.104 2,397 6/7/2022
10.1.2.1562 462 5/24/2022
10.0.6.1213 2,154 4/1/2022
10.0.6 536 2/28/2022
10.0.6-patch1 130 3/11/2022
10.0.2 473 11/12/2021
9.2.7935 1,835 9/24/2021
1.0.0-preview3 1,836 1/27/2021
1.0.0-preview2 1,098 11/9/2020

SuperOffice V9.2 R04