URLQuery gets an encoded URL query representing the given Obj. This function requires that the wrapped object be a map[string]interface{}
()
| 276 | // Obj. This function requires that the wrapped object be a |
| 277 | // map[string]interface{} |
| 278 | func (m Map) URLQuery() (string, error) { |
| 279 | return m.URLValues().Encode(), nil |
| 280 | } |