res://addons/w4gd/supabase/poly_result.gd
Inherits: RefCounted
A collection of classes representing the result to most requests to Supabase.
Methods
parse_result ( res://addons/w4gd/rest-client/client_result.gd result, bool p_raw ) |
Method Descriptions
res://addons/w4gd/supabase/poly_result.gd:PolyResult parse_result ( res://addons/w4gd/rest-client/client_result.gd result, bool p_raw )
Parses an HTTP result into a PolyResult. If p_raw
is false
(the default) then the response body will be parsed as JSON, and wrapped in the PolyResult. Otherwise, the body will be wrapped in the PolyResult as a PackedByteArray.