Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix query string url builder for Dictionary
Prepended property name for dictionary keys Before: ?key1=value1&key2=value2 After: ?propertyDictName.key1=value1&propertyDictName.key2=value2
- Loading branch information