loopback-sdk-builder icon indicating copy to clipboard operation
loopback-sdk-builder copied to clipboard

Instance Methods

Open isrmicha opened this issue 6 years ago • 0 comments

What type of issue are you creating?

  • [ ] Bug
  • [ ] Enhancement
  • [X] Question

What version of this module are you using?

  • [X] 2.0.10 (Stable)
  • [ ] 2.1.0-rc.n (2.1 Release Candidate n)
  • [ ] Other

Write other if any:

Please add a description for your issue:

Theres is some instance methods integrated ? Like as we do something like

this.userApi.findById(1).subscribe((user : User)=>user.updateAttributes({ name : 'test', age : 20}).subscribe(res=>console.log(res),err=>console.log(err))

?

isrmicha avatar Jul 20 '18 22:07 isrmicha