EmmaSharp icon indicating copy to clipboard operation
EmmaSharp copied to clipboard

A .Net wrapper for the Emma API.

Results 21 EmmaSharp issues
Sort by recently updated
recently updated
newest added

Hi! I'm just wondering if it is possible to make this wrapper work if using .NET 6 (or other Core versions). Thanks! ~Samantha

Bumps [RestSharp](https://github.com/restsharp/RestSharp) from 105.2.3 to 106.12.0. Release notes Sourced from RestSharp's releases. 106.12.0 Fixes CVE-2021-27293: Fix NewDateRegex #1556 What's Changed fix #1480 - ToCamelCase broken for a single word with...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 9.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

RemoveMembersFromGroup needs to return List instead of List in EmmaSharp\Groups.cs `public List RemoveMembersFromGroup(string memberGroupId, MemberIdList memberIds) ` should be.. `public List RemoveMembersFromGroup(string memberGroupId, MemberIdList memberIds)` Below is stack trace from...

Added all subscription endpoints and models. Tested each in our company's Emma environment. Usage is as follows: Get Subscriptions: ` var getallsubs = emmasharp.GetAccountSubscritpions(); ` Get Subscription Details: `var getasub...

http://api.myemma.com/api/external/subscriptions.html Will subscriptions be available in a coming EmmaSharp release?

I ran into more ID field issues today. This pull request fixes two link_id fields that were still int and have been changed to long. I confirmed this update resolves...

Hello Kyle, When I call GetMailingOpens method given MailingID to retrieve opened mail recipients to save mailed sent status to individual records to our system. I've notice that the method...

Addresses Issue #44 Converted to .Net Standard, targeting .Net Standard 2.0 and .Net Framework 4.6.1. Updated RestSharp and Json.Net to latest versions as well. Smoke tested in a .Net Core...

Hi Kyle. I got error JSON integer 18559069618 is too large or small for an Int32. Path '[0].mailing_id', line 1, position 117. on mailing_id when try to call emma api...

question