Code Monkey home page Code Monkey logo

accountright_live_api_.net_sdk's Introduction

Build status Coverage

Nuget Downloads: Nuget

Nuget Release: Nuget

Nuget Latest: Nuget

#AccountRight Live API .Net SDK#

Join the chat at https://gitter.im/MYOB-Technology/AccountRight_Live_API_.Net_SDK

This is the source repository for the MYOB AccountRight Live .Net SDK.

The official release of the SDK can be found on NUGET and can be installed from Visual Studio using the Package Manager console.

Install-Package MYOB.AccountRight.API.SDK

##Building##

The supplied batch file file build.bat can be used from a command prompt to build and test the SDK and will do the following:

  1. Pull all required Nuget packages,
  2. Generate a snk for personal use if one does not exist
  3. Compile the SDK and test suite,
  4. Execute all tests and generate coverage report.

##Usage##

C# Example:

using MYOB.AccountRight.SDK;
using MYOB.AccountRight.SDK.Services;
using MYOB.AccountRight.SDK.Contracts;

var configuration = new ApiConfiguration("http://localhost:8080/accountright");
var cfService = new CompanyFileService(configuration);
var companyFiles = cfService.GetRange();

##Publishing##

Publishing to Nuget is done via the AppVeyor build system.

To publish release-candidate create and merge from master to candidate branches.

To publish release create and merge from master to release branches.

##Contributions##

The code has been supplied to help developers who may not be able to use the NUGET package.

Community Contributions requested.

##3rd Party Dependancies##

The MYOB SDK uses the following 3rd party (via NUGET) packages

  1. SharpCompress
  2. JSON.NET
  3. Bcl.Async

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.