Skip to content

Serialize without server #304

@Truemedia

Description

@Truemedia

So I'm looking to be able to serialise a response from doing a find on my store using JSON API adapter.

I can do this fine using the server example and making a request trigger the find, but I want to be able to use the find programatically like so:

store.find('user', userId).then( (req, res) => { // Serialize response here });

The main reason behind this is to be able to not need a server running for the db in cases of running functions where no request is needed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions