Supabase.Core
Used internally to add a string value to a C# field.
The externally specified target value.
A formatter to be passed into the method.
Creates a Mapping to be used internally.
For example, specifying an Enum that has a different string value elsewhere.
Extensions for the `Dictionary` Classes
Merges two dictionaries, allowing overwrite priorities leftward.
Works in C#3/VS2008:
Returns a new dictionary of this ... others merged leftward.
Keeps the type of 'this', which must be default-instantiable.
Example:
result = map.MergeLeft(other1, other2, ...)
From: https://stackoverflow.com/a/2679857/3629438
Shortcut Methods, mostly focused on getting attributes from class properties and enums.
Returns the current value from a given class property
Returns a cast Custom Attribute from a given object.
Returns a cast Custom Attribute from a given type.
Shortcut method for accessing a `MapTo` attribute, combined with an Enum.
Used for classes that need to retrieve `Headers` externally.
An executable `Func` that returns a dictionary of headers to be appended onto a request.
A shared utilities class
Returns the Current Assembly version - this is usually appended into the headers of each request.