Fabricio Gabriel Dupont
Fabricio Gabriel Dupont
I make a method that add permission in the file ``` var request = _requestFactory.CreateRequest(); request.Headers.Set("Content-Type", "application/json"); var data = JsonConvert.SerializeObject(new { role = role, type = type, value =...
When i call the method CreateDatabase of the DatabaseClient class with any name (example. "Test"), when i debug the code line 54 var jsonResponse = JsonConvert.DeserializeObject(response); The propertie title from...
Can you resolve the problem ?