You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure that code snippets use enum members that are pascal cased and
not upper cased. For example use `Method.Get` instead of `Method.GET` to
ensure the snippets can compile.
fixesKong#365
use `var` for return "type" of RestSharp request response
The type `IRestResponse` doesn't exist in latest client (version 112)
fixesKong#367
Perhaps this is related to changes in the library but this line of code
no longer compiles with latest version of RestSharp.
I recommend just changing to
and will submit a PR
The text was updated successfully, but these errors were encountered: