Skip to content

qadirkhan/EmmaSharp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EmmaSharp

A .Net wrapper for the Emma API. Build status

To-Do/Status

A very early alpha of this wrapper library. Building out calls as time allows. Feel free to contribute.

Sample Usage

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

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

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.6%
  • Batchfile 0.4%