Implement AuthService and ApiClient core logic
This commit is contained in:
5
Models/NetworkHttpsModels.cs
Normal file
5
Models/NetworkHttpsModels.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
namespace Chtn.CSharp.SDK.Models.Network
|
||||
{
|
||||
public class GenericErrorBody { public string Error { get; set; } }
|
||||
public class GenericSuccessBody { public string Response { get; set; } }
|
||||
}
|
||||
Reference in New Issue
Block a user