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.0.1

Published by StephenHodgson over 1 year ago

  • Fixed unsuccessful errors for download handler types that don't support text field
  • Cleaned up Rest.StreamAudioAsync a bit more, but still doesn't play nicely with unknown file lengths

Full Changelog: https://github.com/RageAgainstThePixel/com.utilities.rest/compare/2.0.0...2.0.1

com.utilities.rest - com.utilities.rest 2.0.0

Published by StephenHodgson over 1 year ago

What's New

⚠️Breaking Changes⚠️

  • Added RestParameters to all Rest method signatures to help
    streamline the API surface a bit more.
  • Added Sever Sent Event overloads
  • Added Response.Validation() for validating rest calls
  • throws new RestException with details when a response is unsuccessful
    • will pretty print rest call details when using debug parameter

Full Changelog: https://github.com/RageAgainstThePixel/com.utilities.rest/compare/1.4.6...2.0.0

com.utilities.rest - com.utilities.rest 1.4.6

Published by StephenHodgson over 1 year ago

What's Changed

  • bump deps
  • Log status code as int as well as enum string

Full Changelog: https://github.com/RageAgainstThePixel/com.utilities.rest/compare/1.4.5...1.4.6

com.utilities.rest - com.utilities.rest 1.4.5

Published by StephenHodgson over 1 year ago

What's Changed

  • Added NameValueCollectionExtensions for easy parameter query building

Full Changelog: https://github.com/RageAgainstThePixel/com.utilities.rest/compare/1.4.4...1.4.5

com.utilities.rest - com.utilities.rest 1.4.4

Published by StephenHodgson over 1 year ago

What's Changed

  • added missing com.unity.nuget.newtonsoft-json dependency

Full Changelog: https://github.com/RageAgainstThePixel/com.utilities.rest/compare/1.4.3...1.4.4

com.utilities.rest - com.utilities.rest 1.4.3

Published by StephenHodgson over 1 year ago

What's New

  • Added BaseConfigurationInspector

Full Changelog: https://github.com/RageAgainstThePixel/com.utilities.rest/compare/1.4.2...1.4.3

com.utilities.rest - com.utilities.rest 1.4.2

Published by StephenHodgson over 1 year ago

What's New

  • Updated AbstractAuthentication.LoadFromPath from abstract to impl

Full Changelog: https://github.com/RageAgainstThePixel/com.utilities.rest/compare/1.4.1...1.4.2

com.utilities.rest - com.utilities.rest 1.4.1

Published by StephenHodgson over 1 year ago

What's New

  • fixed a typo in the DownloadAssetBundleAsync

Full Changelog: https://github.com/RageAgainstThePixel/com.utilities.rest/compare/1.4.0...1.4.1

com.utilities.rest - com.utilities.rest 1.4.0

Published by StephenHodgson over 1 year ago

What's Changed

  • added base rest client interfaces and extensions
  • misc formatting in Rest.cs
  • made Rest.SendAsync(this UnityWebRequest) public

Full Changelog: https://github.com/RageAgainstThePixel/com.utilities.rest/compare/1.3.3...1.4.0

com.utilities.rest - com.utilities.rest 1.3.3

Published by StephenHodgson over 1 year ago

com.utilities.rest - com.utilities.rest 1.3.2

Published by StephenHodgson over 1 year ago

What's Changed

  • updated dependencies

Full Changelog: https://github.com/RageAgainstThePixel/com.utilities.rest/compare/1.3.1...1.3.2

com.utilities.rest - com.utilities.rest 1.3.1

Published by StephenHodgson over 1 year ago

  • fixed cache lookup for local files

Full Changelog: https://github.com/RageAgainstThePixel/com.utilities.rest/compare/1.3.0...1.3.1

com.utilities.rest - com.utilities.rest 1.3.0

Published by StephenHodgson over 1 year ago

  • BREAKING CHANGE: Added Progress member for more detailed reporting
  • Added StreamAudioAsync but it may not function as intended until bug is fixed with Unity

Full Changelog: https://github.com/RageAgainstThePixel/com.utilities.rest/compare/1.2.6...1.3.0

com.utilities.rest - com.utilities.rest 1.2.6

Published by StephenHodgson over 1 year ago

  • Added ValidateCacheDirectoryAsync overload

Full Changelog: https://github.com/RageAgainstThePixel/com.utilities.rest/compare/1.2.5...1.2.6

com.utilities.rest - com.utilities.rest 1.2.5

Published by StephenHodgson over 1 year ago

  • name textures and audioClips after saved to disk

Full Changelog: https://github.com/RageAgainstThePixel/com.utilities.rest/compare/1.2.3...1.2.5

com.utilities.rest - com.utilities.rest 1.2.4

Published by StephenHodgson over 1 year ago

  • fixed an issue with file caching when file names included unescaped url strings

Full Changelog: https://github.com/RageAgainstThePixel/com.utilities.rest/compare/1.2.2...1.2.4

com.utilities.rest - com.utilities.rest 1.2.3

Published by StephenHodgson over 1 year ago

com.utilities.rest - com.utilities.rest 1.2.2

Published by StephenHodgson over 1 year ago

  • fixed regression with file download cache

Full Changelog: https://github.com/RageAgainstThePixel/com.utilities.rest/compare/1.2.1...1.2.2

com.utilities.rest - com.utilities.rest 1.2.1

Published by StephenHodgson over 1 year ago

  • fixed some issues with parsing filename from url

Full Changelog: https://github.com/RageAgainstThePixel/com.utilities.rest/compare/1.2.0...1.2.1

com.utilities.rest - com.utilities.rest 1.2.0

Published by StephenHodgson over 1 year ago

  • updated support for 2022.2+
  • proper disposal of async usings
  • updated docs
  • a bit of reorg in caching region

Full Changelog: https://github.com/RageAgainstThePixel/com.utilities.rest/compare/1.1.0...1.2.0