mean-expert-official / loopback-sdk-builder

Tool for auto-generating Software Development Kits (SDKs) for LoopBack
Other
399 stars 178 forks source link

Instance Methods #608

Open isrmicha opened 6 years ago

isrmicha commented 6 years ago

What type of issue are you creating?

What version of this module are you using?

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))

?