# Functions
AddOptions adds the options to the URL.
BoolToInt simple formatter for mapping a bool to a 1 or a zero.
ConstructFqdn is a simple helper to handle mapping of partial names and shortcuts to full names.
DeconstructFqdn pulls off the suffix, the opposite of above and gives us an "@" for the apex.
Encode generates a URL string in order.
# Type aliases
MaybeBigInt is a simple wrapper unmarshalling json responses that could be either an int or an int in a string.
MaybeBool is a simple wrapper unmarshalling json responses that could be either an int or an int in a string.
MaybeString is for things that may or may not be strings, but should be represented as a string.