meJevin / Cryptlex.Net

C# library for the Cryptlex Web API
MIT License
9 stars 1 forks source link

ExtendAsync method in LicensesService does not send a payload #28

Open leyarx opened 10 months ago

leyarx commented 10 months ago

Parameter "extendFor" is not used in the request

var result = await RequestAsync(uri, HttpMethod.Post, null);