GcsSignedUrl.QueryString (gcs_signed_url v0.4.2) View Source
Manages aggregation and formatting of query parameters.
Link to this section Summary
Functions
Adds required query parameters for signed URL, sorts them and encodes them as proper query string.
Link to this section Functions
Link to this function
create(client_email, credential_scope, iso_date_time, headers, expires, additional_query_params)
View SourceSpecs
create( String.t(), String.t(), GcsSignedUrl.ISODateTime.t(), GcsSignedUrl.Headers.t(), integer() | String.t(), Keyword.t() ) :: String.t()
Adds required query parameters for signed URL, sorts them and encodes them as proper query string.