Skip to content
This repository was archived by the owner on Apr 10, 2018. It is now read-only.

Releases: FubarDevelopment/restsharp.portable

1.8.4

26 Jan 07:36

Choose a tag to compare

  • Support for parameters in IRestClient.BaseUrl
  • Signed OAuth1/OAuth2 assemblies
  • Increased compatibility for empty IRestClient.BaseUrl

1.8.3

26 Jan 07:36

Choose a tag to compare

  • Encodings for parameters (get/post/url/query)
  • Workaround for NuGet pack bug

1.8.2

26 Jan 07:35

Choose a tag to compare

  • Encodings for parameters (get/post/url/query)

1.8.1

26 Jan 07:35

Choose a tag to compare

  • Async. authenticators
  • New OAuth2 package

1.8.0

26 Jan 07:35

Choose a tag to compare

  • Cancellable requests
  • New OAuth 1.0 package

OAuth2 / XmlDataContractSerializer / BuildUrl fixes

01 Dec 10:37

Choose a tag to compare

  • BuildUrl adds a "/" between a base URL and resource if neither of them is empty and the "/" is missing
  • Fix BOM for XmlDataContractSerializer
  • Try to refresh the access token on a HTTP 401
  • Make RefreshToken/AccessToken/ExpiresAt settable by the derived classes