can-connect-feathers
Version:
Feathers client library for DoneJS and can-connect
9 lines (6 loc) • 477 B
Markdown
@function can-connect-feathers/service/service.data-methods.getData getData
@parent can-connect-feathers/service/service.data-methods
@signature `getData(params)`
Calls the [can-connect-feathers/service/service.options.feathersService feathersService] `get` method to retrieve instance data for the provided `params`.
@param {Object} params A object that represents the set of data needed to be loaded.
@return {Promise<Object>} A promise that resolves to the instance data.