SellixIO 1.0.0

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

// Install SellixIO as a Cake Tool
#tool nuget:?package=SellixIO&version=1.0.0

SellixIO

A Sellix.io wrapper in C#

Installation

Download the DLL and import it to your project.

Download here

(Installation via nuget - SOON!)

Usage

using System;

// Imports the library from the DLL.
using SellixIO;

namespace ConsoleApp1
{
    class Program
    {
        static void Main(string[] args)
        {
            // Makes the variable "api" a bridge that contacts Sellix's servers.
            Sellix api = new Sellix("api_key_here");

            // Prints the whole blacklist.
            Console.WriteLine(api.GetAllBlacklist());
        }
    }
}

Available functions

Blacklist

GetAllBlacklist()

Get blacklist

GetBlacklist(string uniqid)

Get a blacklist by id

Category

GetAllCategories()

Get all categories

GetCategory(string uniqid)

Get a specific category

Coupon

GetAllCoupons()

Get all coupons

GetCoupon(string uniqid)

Get a specific coupon

Feedback

GetAllFeedbacks()

Get all feedbacks

GetFeedback(string uniqid)

Get a specific feedback

Order

GetAllOrders()

Get all orders

GetOrder(string uniqid)

Get a specific order

Product

GetAllProducts()

Get all products

GetProduct(string uniqid)

Get a specific product

Query

GetAllQueries()

Get all queries

GetQuery(string uniqid)

Get a specific query

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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