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
A simple client to perform actions on the Cloudflare Images API.
The package can installed via npm
npm install @bitpatty/cloudfoundry-images-api-
Generate an API Token with the
Account.Cloudflare Imagespermission. -
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');- Use the client (see API docs at https://bitpatty.github.io/cloudflare-images-api)