Skip to content

MikeSmithDev/EmmaSharp

 
 

Repository files navigation

EmmaSharp

A .Net wrapper for the Emma API. Build status NuGet version

Sample Usage

The examples below show how to have your application pull all account fields on the Emma API. An optional parameter is included to show all fields, included those that were deleted:

using EmmaSharp;
var emmasharp = new EmmaApi("publicKey", "privateKey", "accountId");
var getFields = emmasharp.ListFields(true); //Get all account fields, including deleted

Getting Started

EmmaSharp is available on NuGet.

Install-Package EmmaSharp

Status of the Project

Feel free to contribute. Most API endpoints have methods in the library. Additional documentation will be added as time allows, however you may be interested in the Release Notes. If you have any questions, feel free to submit an issue for a particular entity or endpoint. You may also want to look at issues found pertaining to Emma's API, which we're waiting on a response from @Emma.

Making contributions

This project is not affiliated with Emma. All contributors to this project are unpaid average folks (just like you!) who choose to volunteer their time. If you like Emma and want to contribute, we would appreciate your help! To get started, just fork the repo, make your changes and submit a pull request.

About

A .Net wrapper for the Emma API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.6%
  • Batchfile 0.4%