GcsSignedUrl.QueryString.create
You're seeing just the function
create
, go back to GcsSignedUrl.QueryString module for more information.
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.