SDKs for AccountRight API

Working with the AccountRight API

Page Updated: Sep 2022

Here we aim to provide a number of SDKs & helper tools for the AccountRight Live API to help you get up to speed and get coding fast.

We have setup an official MYOB GitHub place for samples, SDK's and more. Github is a great tech industry repository place for code, samples, projects etc.

.Net SDK

NuGet: MYOB.AccountRight.API.SDK

We built this SDK with two purposes in mind. 1) to help you our developers have an easy to consume tool to help you code and 2) for our own internal requirements for testing the API. Yes that's right we consume this SDK ourselves. It's part of our build pipeline so you know it's solid and it'll be updated constantly to support the fresh features in the API.

You can get the SDK from NuGet and if you want to explore how we made it, maybe change or contribute to the SDK the code is available on GitHub.


 

We are releasing the SDK under the MIT license allowing you to use it in any project, private or commercial & you can modify, distribute and sublicense the code.

Learn about using the .Net SDK

Ruby SDK

Community contributed Ruby SDK

The Ruby community are showing the way by building out a Ruby SDK and we know it's now being contributed to by a number of different add-on developers

Ruby SDK on GitHub