Param | Type | Details |
---|---|---|
results | array | The list of results to add to this response. |
Object | Returns a newly created response object with the results provided. |
Param | Type | Details |
---|---|---|
name | string | The name of the response to retrieve |
keys (optional) | string | A comma separated list of keys you would like returned. If null whole response will be returned. |
Object | Returns the response object from the factory, if it doesn’t exist it will return null |
Param | Type | Details |
---|---|---|
name | string | The name of the response |
value | Object | The response object to add to the factory. |