Update of "Documentation"

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview

Artifact ID: 22ab26486a5f1c0e49bbe0223095c85fbeaccf0430c5643da40249788a42464e
Page Name:Documentation
Date: 2017-10-08 02:43:25
Original User: gwlester
Parent: d0382dae8a7fe0803b94d89d7887f95759041c99eea27e340813751f1b1befd6 (diff)
Content

NAME

::tclCloudFlare -- class implementing the CloudFlare API V4 protocol

SYNOPSIS

package require tclcf

set myCloudFlare ::tclCloudFlare Email ApiKey

DEPENDANCIES

The following packages are required:
  • Tcl 8.6
  • http
  • tls
  • json
  • json::write

CLASS HIERARCHY

oo::object
→ oo::class
    → ::tclCloudFlare

DESCRIPTION


CONSTRUCTOR

The constructor of the ::tclCloudFlare class takes the following required arguments:
  1. Email -- Email address associated with the CloudFlare account
  2. ApiKey -- API key generated on the CloudFlare "My Account" page

DESTRUCTOR


EXPORTED METHODS


EXAMPLES