Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

com.utilities.rest 2.5.0 #66

Merged
merged 8 commits into from
Jan 15, 2024
Merged

com.utilities.rest 2.5.0 #66

merged 8 commits into from
Jan 15, 2024

Commits on Jan 15, 2024

  1. com.utilities.rest 2.5.0

    - moved optional debug parameter for multimedia endpoints into RestParameters
    StephenHodgson committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    7363f05 View commit details
    Browse the repository at this point in the history
  2. feature/ Clean up redundancies (#63)

    # Description
    
    Clean up redundant code in the Rest Library:
    
    * Unnecessary #if UNITY statements (identical code)
    * Remove Obsolete functions (actually caused duplicate signature issues)
    
    ---------
    
    Co-authored-by: Stephen Hodgson <[email protected]>
    SimonDarksideJ and StephenHodgson committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    b82d7cb View commit details
    Browse the repository at this point in the history
  3. Feature/ Add byte[] download methods (#64)

    # Description
    
    Add two methods for handling byte[] downloading:
    
    * Added `DownloadFileBytesAsync` method - Downloads a file (with
    caching) and returns the byte[] of the file.
    * Added `DownloadBytesAsync` method - Only downloads and returns the
    byte[] from a url, no caching.
    
    ---------
    
    Co-authored-by: Stephen Hodgson <[email protected]>
    Co-authored-by: Stephen Hodgson <[email protected]>
    3 people committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    1fa9591 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    875c630 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6a090f9 View commit details
    Browse the repository at this point in the history
  6. a bit of formatting

    StephenHodgson committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    9b2d2d3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    46b16b0 View commit details
    Browse the repository at this point in the history
  8. sync docs

    StephenHodgson committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    5d17f4e View commit details
    Browse the repository at this point in the history