Blackbird.Applications.Sdk.Common 2.9.0-alpha2

This is a prerelease version of Blackbird.Applications.Sdk.Common.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Blackbird.Applications.Sdk.Common --version 2.9.0-alpha2                
NuGet\Install-Package Blackbird.Applications.Sdk.Common -Version 2.9.0-alpha2                
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.9.0-alpha2" />                
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.9.0-alpha2                
#r "nuget: Blackbird.Applications.Sdk.Common, 2.9.0-alpha2"                
#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.9.0-alpha2&prerelease

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

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.11.0 1,032 10/25/2024
2.11.0-alpha2 70 10/25/2024
2.11.0-alpha1 72 10/25/2024
2.11.0-alpha0 131 10/22/2024
2.10.0 645 9/17/2024
2.10.0-alpha1 75 9/17/2024
2.9.0 94 9/17/2024
2.9.0-alpha2 83 9/17/2024
2.9.0-alpha1 563 8/12/2024
2.8.0 1,507 6/11/2024
2.8.0-alpha1 78 6/11/2024
2.7.0 150 6/6/2024
2.7.0-alpha2 80 6/6/2024
2.6.0 2,811 4/5/2024
2.6.0-alpha1 95 4/5/2024
2.5.0 1,921 2/28/2024
2.5.0-alpha3 340 4/5/2024
2.5.0-alpha2 85 2/28/2024
2.5.0-alpha1 199 2/27/2024
2.4.0-alpha2 342 2/12/2024
2.4.0-alpha1 253 1/30/2024
2.3.3 452 1/30/2024
2.3.3-alpha1 336 1/11/2024
2.3.2-alpha1 2,104 12/13/2023
2.3.1 766 11/3/2023
2.3.1-alpha1 121 11/3/2023
2.3.0 158 11/3/2023
2.3.0-alpha2 146 11/3/2023
2.3.0-alpha1 125 11/2/2023
2.2.0-alpha4 820 10/20/2023
2.2.0-alpha3 797 9/18/2023
2.2.0-alpha2 120 9/15/2023
2.2.0-alpha1 138 9/6/2023
2.1.0 543 8/23/2023
2.0.12 303 8/7/2023
2.0.11 248 7/31/2023
2.0.10 361 7/19/2023
2.0.9 332 7/3/2023
2.0.8 163 6/29/2023
2.0.7 443 6/6/2023
2.0.6 304 5/15/2023
2.0.5 231 5/4/2023
2.0.4 350 4/22/2023