Latch.SDK
1.2.1
dotnet add package Latch.SDK --version 1.2.1
NuGet\Install-Package Latch.SDK -Version 1.2.1
<PackageReference Include="Latch.SDK" Version="1.2.1" />
paket add Latch.SDK --version 1.2.1
#r "nuget: Latch.SDK, 1.2.1"
// Install Latch.SDK as a Cake Addin #addin nuget:?package=Latch.SDK&version=1.2.1 // Install Latch.SDK as a Cake Tool #tool nuget:?package=Latch.SDK&version=1.2.1
LATCH SDK INSTALLATION GUIDE FOR .NET
INSTALLING THE MODULE LATCH
PREREQUISITES
Microsoft .Net Framework 4 or later.
To get the "Application ID" and "Secret", (fundamental values for integrating Latch in any application), it’s necessary to register a developer account in Latch's website. On the upper right side, click on "Developer area".
DOWNLOADING THE SDK
When the account is activated, the user will be able to create applications with Latch and access to developer documentation, including existing SDKs and plugins. The user has to access again to Developer area, and browse his applications from "My applications" section in the side menu.
When creating an application, two fundamental fields are shown: "Application ID" and "Secret", keep these for later use. There are some additional parameters to be chosen, as the application icon (that will be shown in Latch) and whether the application will support OTP (One Time Password) or not.
From the side menu in developers area, the user can access the "Documentation & SDKs" section. Inside it, there is a "SDKs and Plugins" menu. Links to different SDKs in different programming languages and plugins developed so far, are shown.
USING THE SDK IN C#.
- Create a Latch object with the "Application ID" and "Secret" previously obtained.
Latch latch = new Latch(APP_ID, SECRET);
- Call to Latch Server. Pairing will return an Account ID that you should store for future API calls
LatchResponse pairResponse = latch.Pair(TOKEN);
LatchResponse statusResponse = latch.Status(ACCOUNT_ID);
LatchResponse opStatusResponse = latch.OperationStatus(ACCOUNT_ID, OPERATION_ID);
LatchResponse unpairResponse = latch.Unpair(ACCOUNT_ID);
RESOURCES
You can access Latch's use and installation manuals, together with a list of all available plugins here: https://latch.tu.com/www/developers/resources
Further information on de Latch's API can be found here: https://latch.tu.com/www/developers/doc_api
Product | Versions 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 | net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. 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. |
-
.NETFramework 4.0
- No dependencies.
-
.NETFramework 4.5
- No dependencies.
-
.NETStandard 2.0
- System.Text.Json (>= 6.0.9)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.