Resolving status from http code
commitf0b0da8240054825fe8aac344b324c5008895a13
authorjlabno <kwas@outlook.com>
Mon, 6 Nov 2023 20:46:48 +0000 (6 21:46 +0100)
committerjlabno <kwas@outlook.com>
Mon, 6 Nov 2023 20:46:48 +0000 (6 21:46 +0100)
tree9e4a47d679d4fb1032172b8188c7dd9d7850ce8d
parent2108efa3c6273e0a040a8abfaa8834c561351d54
Resolving status from http code
15 files changed:
smsapi/Api/Action/Contacts/BindContactToGroup.cs
smsapi/Api/Action/Contacts/DeleteContact.cs
smsapi/Api/Action/Contacts/DeleteField.cs
smsapi/Api/Action/Contacts/DeleteGroup.cs
smsapi/Api/Action/Contacts/UnbindContactFromGroup.cs
smsapi/Api/Action/Sender/Add.cs
smsapi/Api/Action/Sender/Delete.cs
smsapi/Api/Action/Sender/SetDefault.cs
smsapi/Api/Response/Contact.cs
smsapi/Api/Response/Group.cs
smsapi/Api/Response/GroupPermission.cs
smsapi/Api/Response/Points.cs
smsapi/Api/Response/User.cs
smsapiTests/Contacts/ContactsTest.cs
smsapiTests/SenderTest.cs