We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The doc first instructs to do:
export default (ctx) => { const {data} = new Syncano(ctx) data.posts .create({title: 'Lorem ipsum'}) .then(post => { console.log(post.title) }) }
And then continues with:
const {response} = new Server(ctx)
This should be unified