Skip to content

Change 'import Syncano' to 'import Server' in the cheatsheet docs #129

Open
@adamwardecki

Description

@adamwardecki

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions