Enterspeed.Source.Sdk 2.0.1

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

// Install Enterspeed.Source.Sdk as a Cake Tool
#tool nuget:?package=Enterspeed.Source.Sdk&version=2.0.1

Enterspeed .NET SDK · GitHub license NuGet version PRs Welcome Twitter

Installation

With .NET CLI

dotnet add package Enterspeed.Source.Sdk --version <version>

With Package Manager

Install-Package Enterspeed.Source.Sdk -Version <version>

Getting started

1) Register services

Register required services by calling the AddEnterspeedIngestService extension method and provide your API key.

using Enterspeed.Source.Sdk.Extensions.Setup;

serviceCollection.AddEnterspeedIngestService(new EnterspeedConfiguration
{
    ApiKey = "source-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
});

2) Create entity models

Create entity classes for your models by implementing the IEnterspeedEntity interface or inheriting from EnterspeedEntity class or simply just use the EnterspeedEntity class directly.

using Enterspeed.Source.Sdk.Api.Models;

public class ProductEntity : EnterspeedEntity
{
    public ProductEntity(string id)
    {
        Id = id;
        Type = "product";
    }
}

3) Ingest data

Use the IEnterspeedIngestService to ingest your entities into Enterspeed.

using Enterspeed.Source.Sdk.Api.Models;
using Enterspeed.Source.Sdk.Api.Services;

public class IngestService
{
    private readonly IEnterspeedIngestService _enterspeedIngestService;

    public IngestService(IEnterspeedIngestService enterspeedIngestService)
    {
        _enterspeedIngestService = enterspeedIngestService;
    }

    public void Ingest(IEnterspeedEntity enterspeedEntity)
    {
        _enterspeedIngestService.Save(enterspeedEntity);
    }
}

Documentation

If you need more in depth details, please look through our documentation:
Enterspeed Source SDK documentation

Changelog

See new features, fixes and breaking changes in the Changelog.

Contributing

Pull requests are very welcome.
Please fork this repository and make a PR when you are ready.

Otherwise you are welcome to open an Issue in our issue tracker.

License

Enterspeed .NET SDK is MIT licensed

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  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. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.1 is compatible.  netstandard1.2 was computed.  netstandard1.3 was computed.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net45 was computed.  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 tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wpa81 was computed. 
Windows Store netcore was computed.  netcore45 was computed.  netcore451 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 (8)

Showing the top 5 NuGet packages that depend on Enterspeed.Source.Sdk:

Package Downloads
Enterspeed.Source.UmbracoCms.V8

Enterspeed integration for Umbraco version 8

Enterspeed.Source.UmbracoCms.V9

Enterspeed integration for Umbraco version 9

Enterspeed.Source.UmbracoCms.V7

Enterspeed integration for Umbraco version 7

Enterspeed.Source.UmbracoCms.V10

Enterspeed integration for Umbraco version 10

Enterspeed.Source.UmbracoCms

Enterspeed integration for Umbraco

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.1 1,130 12/11/2023
2.0.1-alpha.4 90 12/5/2023
2.0.1-alpha.3 70 12/4/2023
2.0.0 299 11/14/2023
2.0.0-alpha.3 228 10/30/2023
2.0.0-alpha.2 78 10/24/2023
2.0.0-alpha.1 74 10/17/2023
1.0.2 3,250 4/27/2023
1.0.1 290 4/19/2023
1.0.0 186 4/18/2023
0.8.0 6,659 6/8/2022
0.7.1 4,242 3/30/2022
0.7.0 13,298 3/25/2022
0.6.0 351 11/22/2021
0.5.0 305 11/4/2021
0.4.1 717 5/20/2021
0.4.0 14,840 3/17/2021
0.3.0 375 2/10/2021
0.2.0 352 2/9/2021
0.1.0 2,342 1/29/2021