3.0.0 • Published 5 years ago

@datafire/fungenerators_taunt v3.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

@datafire/fungenerators_taunt

Client library for Taunt as a service

Installation and Usage

npm install --save @datafire/fungenerators_taunt
let fungenerators_taunt = require('@datafire/fungenerators_taunt').create({
  "X-Fungenerators-Api-Secret": ""
});

.then(data => {
  console.log(data);
});

Description

Fungenerators taunt generation API generates random taunts / insults, relevant to the given category. Many categories are supported and new ones are added very frequently. Click here to subscribe

Actions

taunt.categories.get

Get available taunt generation categories.

fungenerators_taunt.taunt.categories.get({}, context)

Input

  • input object
    • start integer: start
    • limit integer: limit

Output

Output schema unknown

taunt.generate.get

Generated taunts in the given category

fungenerators_taunt.taunt.generate.get({
  "category": ""
}, context)

Input

  • input object
    • category required string: Category to generator taunt from
    • limit integer: Limit. Controls number of taunts generated. Max of 5-10 based on the plan

Output

Output schema unknown

Definitions

This integration has no definitions