Skip to content

New Endpoint addition in SDK

Compare
Choose a tag to compare
@ivikramsahu ivikramsahu released this 28 May 12:02
· 13 commits to master since this release

General Changes

  • Nomenclature changed from camelCase to snake_case
  • CNAME records removed from all APIs.
  • Events API(/events) replaces Logs API(/logs).

with Sendmail API we have introduced support for other endpoints in SDK.

Domain API

  • Domain ID is provided in response message in 'Add a domain' API.
  • New APIs added [Get the list of domains, Delete Domain]

Suppression API

  • Single API to suppress email address (and/or domain).
  • Single API to remove email address (and/or domain) from the Suppression list.
  • Multiple email addresses (or domains) can be suppressed or removed simultaneously.

Subaccount API

  • Credit type can be assigned at the time of the creation of subaccount.
  • New API added - Retrieve a list of subaccounts.
  • Update Subaccount API replaces the 'Change email address' API, 'Change credit type' API and 'Change password' API

Events API

  • Introduction of pagination using scroll ID.
  • Introduction of aggregate status to fetch logs for multiple events simultaneously.