2.0.0
- 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"
});