2.5.1 • Published 4 years ago

@popcornjs/callback v2.5.1

Weekly downloads
6
License
ISC
Repository
-
Last release
4 years ago

@popcornjs/callback

A wrapper for the popcorn🍿 API.

Features:

  • Written in TypeScript
  • Built in Typings
  • Callback based
  • Only 1 dependency
  • Super small
  • Easy to use
  • Uses @popcornjs/http to make requests

Example use:

import * as popcorn from '@popcornjs/callback';

popcorn.get(console.log); // logs data on the api with a get request from /
popcorn.post(body, console.log); // logs the data response from a post request
2.5.0

4 years ago

2.5.1

4 years ago

2.4.1

4 years ago

2.4.0

4 years ago

2.3.0

4 years ago

2.2.0

4 years ago

2.1.0

4 years ago

2.0.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago