0.0.2 • Published 1 year ago
jsonplaceholder-wrapper v0.0.2
This module is wrapper around JSON placeholder for testing purposes.
Current available models: Posts Posts usage:
import Post from 'jsonplaceholder-wrapper';
Post.find(1).then((res) => res.data).catch((res) => res.error)