Giter Site home page Giter Site logo

upcitemdb's Introduction

UPCItemDb SDK .NET

A .NET SDK client library for the upcitemdb.com API

This is a fully object-oriented implementation of the UPCItemDb API for .NET.

It is compatible with .NET Standard 2.0, so contempling .NET Core 2.0 and .NET Frameowrk 4.6.1. Visit here to see other supported platforms.

XML comments are used extensively throughout, so it should be pretty discoverable if you're using an IDE that supports intellisense.

Building

Run the build script with .NET Core.

dotnet build UPCItemDb.sln

You can also build using the solution in Visual Studio 2017 or later.

Basic Usage

You can install UPCITemDb SDK from Nuget:

PM> Install-Package UPCItemDb    

All of the requests can be accessed through a UPCItemDb client instance. Instantiate one client with empty API key for testing purpose - their will be limitation, and 100 reqs/day/IP, check here for more - or with your API dev/prod key:

var upcItemDbClient = new UpcItemDbClient();

And then consume as the most friendly way ever:

Looking Up

var items = await upcItemDbClient.LookupAsync("4002293401102");

Searching

var items = await upcItemDbClient.SearchAsync(new SearchParameters("tablet"));

More Samples

Check the unit test project for all samples.

License

Licensed under the MIT license. See LICENSE.txt.

upcitemdb's People

Contributors

thiagolunardi avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.