1.0.1 ā€¢ Published 7 months ago

@tutur17449/json-placeholder-sdk v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

@tutur17449/json-server-sdk

šŸš€ Work around https://jsonplaceholder.typicode.com/ šŸš€

Installation

yarn add @tutur17449/json-server-sdk

Usage

import { jsonPlaceholderApi } from '@tutur17449/json-placeholder-sdk';

await jsonPlaceholderApi.posts.getbyId(1);

await jsonPlaceholderApi.posts.getAll(new URLSearchParams({ userId: '1' }));

await jsonPlaceholderApi.posts.update(1, {
  title: 'foo',
});

await jsonPlaceholderApi.posts.create({
  title: 'foo',
  body: 'bar',
  userId: 1,
  id: 1,
});

License

MIT

1.0.1

7 months ago

1.0.0

7 months ago

0.2.1

7 months ago

0.2.0

7 months ago

0.1.1

7 months ago

0.1.0

7 months ago