Skip to content

2.0.0

Compare
Choose a tag to compare
@MoceanAPI MoceanAPI released this 18 Jun 03:15
· 56 commits to master since this release
  • Credentials is now being inject through client
  • None zeros status code is now being throw as MoceanErrorException
  • Add support for .NET Core
  • Response is now being parsed as object
  • Number Lookup Module
client.NumberLookup.Inquiry(new Mocean.NumberLookup.NumberLookupRequest
{
    mocean_to = "60123456789"
});
  • OTP Charge Per Attempt
client.SendCode
     .SendAs(Mocean.Verify.Channel.Sms) // add this method
     .Send(new Mocean.Verify.SendCodeRequest
     {
            mocean_brand = "BRAND_NAME",
            mocean_to = "60123456789"
     });