mirror of
https://github.com/techgarage-ir/MTWireGuard.git
synced 2025-08-30 22:59:35 +02:00
Update MikrotikAPI to support more options.
New connectivity methods.
This commit is contained in:
parent
3bea9768ba
commit
8d9b340aeb
9 changed files with 507 additions and 233 deletions
|
@ -1,7 +1,15 @@
|
|||
namespace MikrotikAPI.Models
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace MikrotikAPI.Models
|
||||
{
|
||||
public class MTIdentity
|
||||
{
|
||||
public string Name { get; set; }
|
||||
}
|
||||
|
||||
public class MTIdentityUpdateModel
|
||||
{
|
||||
[JsonProperty("name")]
|
||||
public string Name { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue