0.0.12 • Published 10 months ago

@rebrickableapi/fetch v0.0.12

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

@rebrickableapi/fetch

This package provides a tiny wrapper around native fetch to call the Rebrickable API that returns typesafe responses.

Usage

import { fetchRebrickableAPI } from '@rebrickableapiapi/fetch';

const item = await fetchRebrickableAPI('/api/v3/colors');
// -> { id: number, name: string, ... }

Installation

npm i @rebrickableapi/fetch

Contributing

See parent readme.

License

Licensed under the MIT License.

0.0.12

10 months ago

0.0.11

10 months ago

0.0.10

10 months ago

0.0.9

10 months ago

0.0.8

10 months ago

0.0.7

10 months ago

0.0.6

10 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago