0.2.2 • Published 2 years ago

@bitpatty/cloudflare-images-api v0.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Cloudflare Images API

A simple client to perform actions on the Cloudflare Images API.

Install

The package can installed via npm

npm install @bitpatty/cloudflare-images-api

Usage

  1. Generate an API Token with the Account.Cloudflare Images permission.

  2. Instantiate a new client with your account ID and your API Key

import Client from '@bitpatty/cloudflare-images-api';

const client = new Client('your account id', 'your API key');
  1. Use the client (see API docs at https://bitpatty.github.io/cloudflare-images-api)
0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago