thruthesky / sonub-2017

sonub
0 stars 1 forks source link

Sonub

TODO

No-Wait

Coding Guide

this.app.wp.post({route: 'wordpress.get_attachment_from_guid', guid: '....'})
    .subscribe((file: FILE) => {
        console.log("got file: ", file);
    }, e => this.app.waring(e));