This commit is contained in:
2020-04-29 17:14:13 +00:00
parent 583876edfc
commit dc06252325
2 changed files with 32 additions and 1 deletions

View File

@@ -141,6 +141,7 @@ namespace AyaNova.PlugIn.V8
return new ApiResponse() { HttpResponse = response, ObjectResponse = Parse(responseAsString) };
}
//
public async static Task<ApiResponse> PostAsync(string route, string postJson = null)
{