Skip to content

Instantly share code, notes, and snippets.

@cristoferdomingues
Created March 5, 2018 13:45
Show Gist options
  • Save cristoferdomingues/3854d57428ba9bee206dfc29fa2b9a81 to your computer and use it in GitHub Desktop.
Save cristoferdomingues/3854d57428ba9bee206dfc29fa2b9a81 to your computer and use it in GitHub Desktop.
Object spreed merged Example
getDadosDefaultApr (nmInterface, { ...extraParams }) {
this._vm.$info('getDadosDefaultApr -- http request', { params: { method: 'executar', interface: this.nmInterface, ...extraParams }})
return this.HTTP.get('defaultAprFW.rest', { params: { method: 'executar', interface: this.nmInterface, ...extraParams }})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment