Function workstreams_api::parse_query_string
source · [−]Expand description
Parses a workstream::Request and returns a HashMap of the query strings.
/api/v1/workstreams?state=funded
will result in a hasmap with the following key-value pair:
“state”:“funded”.