Skip to content

Updated Wrapper to support netstandard2.0 #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 17, 2020
Merged

Conversation

amitsendinblue
Copy link
Collaborator

  1. Created using updated version of swagger codegen 2.4.9

  2. New API endPoints added
    AddChildDomain
    GetSharedTemplateUrl
    GetChildAccountCreationStatus
    GetChildDomains
    GetDeviceBrowserStats
    GetSsoToken
    GetTransacBlockedContacts
    DeleteChildDomain
    CreateChildDomain
    UpdateChildAccountStatus
    UpdateChildDomain
    SmtpBlockedContactsEmailDelete
    GetTransacEmailContent
    GetTransacBlockedContacts
    GetAbTestCampaignResult

  3. Updated API end points
    GetResellerChilds - Added limit and offset parameters
    CreateEmailCampaign - added support to IP Warm up
    GetTransacEmailsList - technical improvement

  4. Added support to send audio video attachment using transactional mail

5 Removed Test Project

  1. Using FubarCoder.RestSharp.Portable.Core 4.0.7 and FubarCoder.RestSharp.Portable.HttpClient 4.0.7 instead of RestSharp 105.1.0

  2. Update in defining endpoint as: var localVarPath = "./account";

  3. Using localVarResponse.Headers.ToDictionary(x => x.Key, x => x.Value.ToString()), instead of localVarResponse.Headers.ToDictionary(x => x.Name, x => x.Value.ToString()),

  4. Removed
    IEnumerable<System.ComponentModel.DataAnnotations.ValidationResult> IValidatableObject.Validate(ValidationContext validationContext)
    {
    yield break;
    }

  5. Documentation updated - Using transactional email instead of SMTP.

Copy link

@aakanksha-sib aakanksha-sib left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@amitsendinblue amitsendinblue merged commit 290f293 into master Jan 17, 2020
@amitsendinblue amitsendinblue deleted the UpdateWrapper branch January 20, 2020 03:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants