Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

cloudflare-images-api 0.2.0

Install from the command line:
Learn more about npm packages
$ npm install @BitPatty/cloudflare-images-api@0.2.0
Install via package.json:
"@BitPatty/cloudflare-images-api": "0.2.0"

About this version

Cloudflare Images API

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

Install

The package can installed via npm

npm install @bitpatty/cloudfoundry-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/cloudfoundry-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)

Details


Assets

  • cloudflare-images-api-0.2.0-npm.tgz

Download activity

  • Total downloads 0
  • Last 30 days 0
  • Last week 0
  • Today 0

Recent versions

View all