Programming
Creating a RestSharp Authenticator
RestSharp has recently released a major new version with a lot of breaking changes. One of the things to change was custom authenticators which now seem to be less obvious to use. The documentation suggests creating a custom authenticator by inheriting from IAuthenticator but this doesn’t seem to work and Read more…