issues
search
RageAgainstThePixel
/
com.utilities.rest
RESTful utilities for the Unity (UPM)
MIT License
22
stars
1
forks
source link
com.utilities.rest 2.0.0
#26
Closed
StephenHodgson
closed
1 year ago
StephenHodgson
commented
1 year ago
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
RestParameters
to all Rest method signatures to help streamline the API surface a bit more.Response.Validation()
for validating rest callsRestException
with details when a response is unsuccessful