I know there are some examples for HttpRequest/HttpResponse…However I would like to see if there are any code samples that show how to use CreateRestClient with the API token in place of (URL,UserName,Password)
Basic authentication was deprecated and I do not know how to get around the error I keep getting that tells me this.
Although, we don’t have C# example, but these pages do a great job of explaining how each auth works, when to use them and how to make API calls using them.