@krandfetch/brandfetch
v0.1.0
Published
JavaScript/TypeScript SDK for Brandfetch REST PI
Readme
Brandfetch SDK
JavaScript/TypeScript SDK for Brandfetch REST API.
Installation
Install by the following command:
npm i @krandfetch/brandfetchUsage
import { Client } from '@krandfetch/brandfetch';
const client = new Client({ token });
return await client.brandSearch.search({ name: "Apple" });License
This project is licensed under the terms of the MIT license.
