1.0.8 • Published 4 months ago

cftools.js v1.0.8

Weekly downloads
-
License
ISC
Repository
github
Last release
4 months ago

Installation

npm install cftools.js --save

Usage

The main entrypoint for this package/library is the CFToolsClient. It provides convenience methods to interact with the API, and provides 100% coverage of the Data API.

import { CFToolsClient } from 'cftools.js'; // ESM
const { CFToolsClient } = require('cftools.js'); // CommonJS

// Instantiate our client, the `serverApiId` can be
// omitted and overwritten in individual requests
const client = new CFToolsClient({
  applicationId: process.env.CFTOOLS_APPLICATION_ID,
  applicationSecret: process.env.CFTOOLS_APPLICATION_SECRET,
  serverApiId: process.env.CFTOOLS_SERVER_API_ID,
});

// Do something with the client

Documentation

This library provides rich comments and IntelliSense for API calls implemented in this interface, we also provide detailed guides and documentation to get you started quickly.

  • For a complete example, check out the usage guide.
  • For the complete API documentation, please check out the docs.
  • For a complete overview of what the client can do, please check out the API reference.

Contribution

This is open-source software for the community, by the community. It is therefor open to contributions of any kind, be it documentation or implementing new API endpoints - your contributions are welcome and appreciated! Get started by forking the repository and creating a pull request.

This library is not an official wrapper, it is not made or maintained by the CFTools team.

1.0.8

4 months ago

1.0.7

4 months ago

1.0.6

5 months ago

1.0.5

5 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago

0.0.1

8 months ago