baiji v0.6.7 Baiji.Request.Query.Encoder
Encodes an input map into a query string based on the input shape
Link to this section Summary
Functions
Encode an input map into a query string
Encode the action name into the component list
Encode the API version into the component list
Given a key component list and a value, generate a key-value tuple
Generate a query string key name from a set of components
Take a component list and turn it into a query string
Link to this section Functions
Link to this function
encode(op)
Encode an input map into a query string
Link to this function
encode_action(components, operation)
Encode the action name into the component list
Link to this function
encode_input(query, input, map, shapes, keys)
Link to this function
encode_version(components, operation)
Encode the API version into the component list
Link to this function
to_component(keys, value)
Given a key component list and a value, generate a key-value tuple
Link to this function
to_key(keys)
Generate a query string key name from a set of components
Link to this function
to_query_string(components)
Take a component list and turn it into a query string