Pastebin-class: Pastebin

Description Usage Arguments See Also Examples

Description

This class exposes partially the Web API to the pastebin service.

see Pastebin class for more information

Usage

1
2
3
4
pastebin(api_dev_key = getOption("pastebin.api_dev_key"),
  api_user_name = getOption("pastebin.api_user_name"),
  api_user_password = getOption("pastebin.api_user_password"),
  clss = "Pastebin")

Arguments

api_dev_key

API Dev Key, default getOption("pastebin.api_dev_key")

api_user_name

API User Name, default getOption("pastebin.api_user_name")

api_user_password

API User password, default getOption("pastebin.api_user_password")

clss

Class name to initiate, default "Pastebin"

See Also

pastebin

Examples

1
getSlots("Pastebin")

datamart documentation built on May 2, 2019, 9:40 a.m.