heroddube
Results
2
issues of
heroddube
Currently The code i have fetches everything then filters on all results, the payload can be heavy in the future for this. [HttpGet("{contactId}")] public List GetConversations(string contactId, [FromHeader(Name = "keys")]...
Documentation says ViewContact function can take in Name and msidn as optional parameters to view contact. The compiled Nuget Package Code has no input for these optional parameters. Please help...