Skip to content

Releases: Mr1Penguin/DeviantartApi

Logout fix

18 Jan 14:41
Compare
Choose a tag to compare

Fix return type for logout

Small fixes

18 Jan 13:58
Compare
Choose a tag to compare

Fixed logout and improved error message of failed requests.

Cancelable requests and improved token checking

16 Nov 08:09
Compare
Choose a tag to compare

Changelog:

  • All request can take cancellationToken to be interrupted
  • Access token automatically checked every 20 minute(not before every request like in 1.0.X)
  • Automatic access token can be disabled using any login request

Fix for 429 error

30 Oct 12:02
Compare
Choose a tag to compare

Fixed handling of 429 error

Fast fixes

20 Oct 20:31
Compare
Choose a tag to compare

Fixed:

  • typechecking exception in ToGetParameters extention
  • null value exception in ToGetParameters extention
  • exception when broker window loaded before main window

v1.0

17 Oct 18:26
Compare
Choose a tag to compare

FIrst release!

v0.2.2

11 Aug 21:50
Compare
Choose a tag to compare

Changelog

  • part of /collections requests
  • stop compressing body of POST request

v0.2.1

09 Aug 12:07
Compare
Choose a tag to compare

Changelog

  • Add Client Credentials authentication
  • FIx existing body caused exception in GET requests in .NET version

v0.2.0

08 Aug 15:10
Compare
Choose a tag to compare

Changelog

  • All /browse requests
  • browse.mtl permission
  • ErrorDetails field for each request
  • Limit and offset in PageableRequest for /browse requests