TradeprintSdk 1.1.1

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package TradeprintSdk --version 1.1.1
NuGet\Install-Package TradeprintSdk -Version 1.1.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="TradeprintSdk" Version="1.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TradeprintSdk --version 1.1.1
#r "nuget: TradeprintSdk, 1.1.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 TradeprintSdk as a Cake Addin
#addin nuget:?package=TradeprintSdk&version=1.1.1

// Install TradeprintSdk as a Cake Tool
#tool nuget:?package=TradeprintSdk&version=1.1.1

Tradeprint .NET SDK

CircleCI

Introduction

Microsoft .NET SDK allows you to easily add your print on demand functionality to your app or website within minutes! Print Postcards, Business Cards, Posters, Stickers on a roll, T-Shirts, etc. Our .NET SDK industry standardised documentation and instructions are easy to follow and would take a software engineer no longer than a few days to complete the full integration.

Microsoft .NET Core empowers organisations to create quick, robust network applications that can tackle parallel connections with increased throughput. Our Sandbox print API environment allows you to interact with the API endpoints through the .NET SDK.

As the API is created by our in-house team, we provide support to ensure it is set up and running smoothly. Once up and running, we do not anticipate a need for further maintenance from our side. However, we do expect some work to maintain your product catalogue. This work includes adding, removing and editing products and can completed manually by your team, or parts can be automated.

Tradeprint API Documentation: https://docs.sandbox.tradeprint.io.

Requirements

Installation

Within your Visual Studio project you can install a new NuGet package (https://www.nuget.org/packages/TradeprintSdk).

Using the DotNet CLI:

dotnet add package TradeprintSdk

or via PowerShell:

Install-Package TradeprintSdk

API Credentials

You need a set of valid Sandbox or Production credentials to access the Tradeprint Ordering and Products services.

Please get in touch at api(at)tradeprint.io or through our main https://www.tradeprint.co.uk/tradeprint-api website to be provided with a username and a password.

When you have a set of credentials then you can specify them in your code, e.g.:

var sdk = SDK.GetInstance();
sdk.SetEnvironment(EnvironmentName.Sandbox);
sdk.SetCredentials("YOUR_API_USERNAME", "YOUR_API_PASSWORD");

IMPORTANT

A solution configured with valid Production credentials and pointing at the Production environment will be communicating with live Tradeprint ordering system!

Usage

For read the Samples README for usage details.

Product 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.2 is compatible.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

First official release of the .NET Tradeprint SDK.