Blackbird.Applications.Sdk.Common 2.10.0

dotnet add package Blackbird.Applications.Sdk.Common --version 2.10.0                
NuGet\Install-Package Blackbird.Applications.Sdk.Common -Version 2.10.0                
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="Blackbird.Applications.Sdk.Common" Version="2.10.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Blackbird.Applications.Sdk.Common --version 2.10.0                
#r "nuget: Blackbird.Applications.Sdk.Common, 2.10.0"                
#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 Blackbird.Applications.Sdk.Common as a Cake Addin
#addin nuget:?package=Blackbird.Applications.Sdk.Common&version=2.10.0

// Install Blackbird.Applications.Sdk.Common as a Cake Tool
#tool nuget:?package=Blackbird.Applications.Sdk.Common&version=2.10.0                

Blackbird Application SDK

Create your own custom applications and use them in your birds!

    [ActionList]
    public class Actions
    {
        [Action("Get translation memory", Description = "Get translation memory")]
        public TranslationMemoryDto GetTranslationMemory(IEnumerable<AuthenticationCredentialsProvider> authenticationCredentialsProviders,
            [ActionParameter] GetTranslationMemoryRequest input)
        {
            var client = new PhraseTmsClient(authenticationCredentialsProviders.First(p => p.KeyName == "api_endpoint").Value);
            var request = new PhraseTmsRequest($"/api2/v1/transMemories/{input.TranslationMemoryUId}", Method.Get, authenticationCredentialsProviders.First(p => p.KeyName == "Authorization").Value);
            var response = client.Get<TranslationMemoryDto>(request);
            return response;
        }
    }

Blackbird.io

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net6.0

    • No dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Blackbird.Applications.Sdk.Common:

Package Downloads
Blackbird.Applications.Sdk.Utils

Utilities for the BlackBird Application SDK.

Blackbird.Applications.SDK.Extensions.FileManagement

SDK for managing files in blackbird file storage

Blackbird.Applications.Sdk.Glossaries.Utils

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.10.0 191 9/17/2024
2.10.0-alpha1 58 9/17/2024
2.9.0 68 9/17/2024
2.9.0-alpha2 66 9/17/2024
2.9.0-alpha1 458 8/12/2024
2.8.0 1,129 6/11/2024
2.8.0-alpha1 71 6/11/2024
2.7.0 134 6/6/2024
2.7.0-alpha2 71 6/6/2024
2.6.0 2,434 4/5/2024
2.6.0-alpha1 88 4/5/2024
2.5.0 1,644 2/28/2024
2.5.0-alpha3 331 4/5/2024
2.5.0-alpha2 78 2/28/2024
2.5.0-alpha1 189 2/27/2024
2.4.0-alpha2 334 2/12/2024
2.4.0-alpha1 244 1/30/2024
2.3.3 426 1/30/2024
2.3.3-alpha1 325 1/11/2024
2.3.2-alpha1 2,077 12/13/2023
2.3.1 755 11/3/2023
2.3.1-alpha1 112 11/3/2023
2.3.0 149 11/3/2023
2.3.0-alpha2 137 11/3/2023
2.3.0-alpha1 118 11/2/2023
2.2.0-alpha4 811 10/20/2023
2.2.0-alpha3 790 9/18/2023
2.2.0-alpha2 111 9/15/2023
2.2.0-alpha1 129 9/6/2023
2.1.0 531 8/23/2023
2.0.12 292 8/7/2023
2.0.11 238 7/31/2023
2.0.10 352 7/19/2023
2.0.9 321 7/3/2023
2.0.8 154 6/29/2023
2.0.7 433 6/6/2023
2.0.6 294 5/15/2023
2.0.5 220 5/4/2023
2.0.4 341 4/22/2023