com.utilities.rest

RESTful utilities for the Unity (UPM)

MIT License

Stars
20
Committers
2

Bot releases are visible (Hide)

com.utilities.rest - com.utilities.rest 2.5.7 Latest Release

Published by StephenHodgson 5 months ago

What's Changed

  • updated com.utilities.async -> 2.1.5
  • updated docs

Full Changelog: https://github.com/RageAgainstThePixel/com.utilities.rest/compare/2.5.6...2.5.7

com.utilities.rest - com.utilities.rest 2.5.6

Published by StephenHodgson 6 months ago

What's Changed

  • make sure all calls return to unity main thread before creating web requests

Full Changelog: https://github.com/RageAgainstThePixel/com.utilities.rest/compare/2.5.5...2.5.6

com.utilities.rest - com.utilities.rest 2.5.5

Published by StephenHodgson 7 months ago

What's Changed

  • reformatted multipart form data debug logs. Removed byte content in logs.

Full Changelog: https://github.com/RageAgainstThePixel/com.utilities.rest/compare/2.5.4...2.5.5

com.utilities.rest - com.utilities.rest 2.5.4

Published by StephenHodgson 8 months ago

What's Changed

  • Fixed parsing json in request and body responses

Full Changelog: https://github.com/RageAgainstThePixel/com.utilities.rest/compare/2.5.3...2.5.4

com.utilities.rest - com.utilities.rest 2.5.3

Published by StephenHodgson 8 months ago

What's Changed

  • Reformat response debug to json
  • Added RequestBody to response debug

Full Changelog: https://github.com/RageAgainstThePixel/com.utilities.rest/compare/2.5.2...2.5.3

com.utilities.rest - com.utilities.rest 2.5.2

Published by StephenHodgson 8 months ago

What's Changed

  • updated com.utilities.async -> 2.1.3

Full Changelog: https://github.com/RageAgainstThePixel/com.utilities.rest/compare/2.5.1...2.5.2

com.utilities.rest - com.utilities.rest 2.5.1

Published by StephenHodgson 9 months ago

What's Changed

  • added compressed and streamingAudio flags to Rest.DownloadAudioClipAsync

Full Changelog: https://github.com/RageAgainstThePixel/com.utilities.rest/compare/2.5.0...2.5.1

com.utilities.rest - com.utilities.rest 2.5.0

Published by StephenHodgson 9 months ago

What's Changed

  • moved optional debug parameter for multimedia requests into RestParameters
  • added optional DownloadCache flag to RestParameters (defaults to true)
  • added Rest.DownloadFIleBytesAsync
  • added Rest.DownloadBytesAsync
  • enabled DownloadLocation to be set (must be an approved download location)

New Contributors

  • @SimonDarksideJ

Full Changelog: https://github.com/RageAgainstThePixel/com.utilities.rest/compare/2.4.6...2.5.0

com.utilities.rest - com.utilities.rest 2.4.6

Published by StephenHodgson 10 months ago

What's Changed

  • fix request parameters url escape

Full Changelog: https://github.com/RageAgainstThePixel/com.utilities.rest/compare/2.4.5...2.4.6

com.utilities.rest - com.utilities.rest 2.4.5

Published by StephenHodgson 10 months ago

What's Changed

  • com.utilities.async -> 2.1.2
  • com.utilities.extensions - 1.1.15
  • updated docs

Full Changelog: https://github.com/RageAgainstThePixel/com.utilities.rest/compare/2.4.4...2.4.5

com.utilities.rest - com.utilities.rest 2.4.4

Published by StephenHodgson 10 months ago

What's Changed

  • updated com.utilities.extensions -> 1.1.14
  • updated docs
  • updated workflow

Full Changelog: https://github.com/RageAgainstThePixel/com.utilities.rest/compare/2.4.3...2.4.4

com.utilities.rest - com.utilities.rest 2.4.3

Published by StephenHodgson 10 months ago

What's Changed

  • Fixed auth reverse order loading precedence

Full Changelog: https://github.com/RageAgainstThePixel/com.utilities.rest/compare/2.4.2...3.4.3

com.utilities.rest - com.utilities.rest 2.4.2

Published by StephenHodgson 10 months ago

What's Changed

  • fixed null reference exception when creating configuration

Full Changelog: https://github.com/RageAgainstThePixel/com.utilities.rest/compare/2.4.1...2.4.2

com.utilities.rest - com.utilities.rest 2.4.1

Published by StephenHodgson 10 months ago

What's Changed

  • added http method to debug info
  • added EnumExtensions to convert enum member values to string
  • updated editor to 2022.3.16f1 LTS

Full Changelog: https://github.com/RageAgainstThePixel/com.utilities.rest/compare/2.4.0...2.4.1

com.utilities.rest - com.utilities.rest 2.4.0

Published by StephenHodgson 10 months ago

What's Changed

  • Refactored Multimedia downloaders
    • Added Debugging flag for http requests
    • Fixed downloading for webgl

Full Changelog: https://github.com/RageAgainstThePixel/com.utilities.rest/compare/2.3.1...2.4.0

com.utilities.rest - com.utilities.rest 2.3.1

Published by StephenHodgson 11 months ago

com.utilities.rest - com.utilities.rest 2.3.0

Published by StephenHodgson 11 months ago

What's Changed

  • refactor AbstractAuthentication to include TConfiguration : ScriptableObject, IConfiguration
  • marked LoadFromAsset(T asset = null) obsolete -> LoadFromAsset(TConfiguration configuration = null)
  • added LoadDefault()
  • added LoadDefaultsReversed()

Full Changelog: https://github.com/RageAgainstThePixel/com.utilities.rest/compare/2.2.7...2.3.0

com.utilities.rest - com.utilities.rest 2.2.7

Published by StephenHodgson 11 months ago

What's Changed

  • refactored AbstractAuthentication.LoadFromAsset to take optional scriptable object asset to skip expensive Resources.LoadAll in implementations

Full Changelog: https://github.com/RageAgainstThePixel/com.utilities.rest/compare/2.2.6...2.2.7

com.utilities.rest - com.utilities.rest 2.2.6

Published by StephenHodgson 11 months ago

What's Changed

  • Added IClient.EnableDebug for easier enabling of http response logging
  • com.utilities.extensions -> 1.1.13
  • DiskDownload cache file writing returns to main thread
  • updated upm subtree workflow

Full Changelog: https://github.com/RageAgainstThePixel/com.utilities.rest/compare/2.2.5...2.3.0

com.utilities.rest - com.utilities.rest 2.2.5

Published by StephenHodgson 12 months ago