Blackbird.Applications.Sdk.Common 2.1.0

.NET 6.0
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Blackbird.Applications.Sdk.Common --version 2.1.0
NuGet\Install-Package Blackbird.Applications.Sdk.Common -Version 2.1.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.1.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.1.0
#r "nuget: Blackbird.Applications.Sdk.Common, 2.1.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.1.0

// Install Blackbird.Applications.Sdk.Common as a Cake Tool
#tool nuget:?package=Blackbird.Applications.Sdk.Common&version=2.1.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. 
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
  • net6.0

    • No dependencies.

NuGet packages (1)

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

Package Downloads
Blackbird.Applications.Sdk.Utils

Utilities for the BlackBird Application SDK.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.2.0-alpha3 224 9/18/2023
2.2.0-alpha2 55 9/15/2023
2.2.0-alpha1 66 9/6/2023
2.1.0 390 8/23/2023
2.0.12 214 8/7/2023
2.0.11 158 7/31/2023
2.0.10 281 7/19/2023
2.0.9 249 7/3/2023
2.0.8 110 6/29/2023
2.0.7 356 6/6/2023
2.0.6 222 5/15/2023
2.0.5 168 5/4/2023
2.0.4 268 4/22/2023