listTemplate: Disqus Threads API

Description Usage Arguments Details

View source: R/listTemplate.R

Description

Disqus Threads API

Usage

1
2
3
4
5
listTemplate(option = NULL, category = NULL, forum = NULL,
  thread = NULL, author = NULL, since = NULL, related = NULL,
  cursor = NULL, attach = NULL, limit = 25, include = NULL,
  order = NULL, type = "json", ressource = c("threads", "posts"), pubkey,
  start = NULL)

Arguments

option

string close, create, details, list, listHot, listPopular, listPosts, open, remove, restore, set, subscribe, unsubscribe, update, vote Options may differ in their set of Arguments.

category

integer

forum

integer/string unique identifier of a forum

thread

integer or string if integer must be unique if string must have link: or ident:

author

post author

since

integer or string: unixtime or iso timestamp type(Sys.time(), "%Y-%m-%dT%H:%M:%S").

related

related

cursor

cursor

attach

attach

limit

integer between 25 (default) and 100 (maximum)

include

include

order

string "desc" (descending) or "asc" (ascending)

type

string json, jsonp or rss

ressource

ressource

pubkey

string containing disqus pubkey

start

start timestamp

Details

Original API Documentation for threads https://disqus.com/api/docs/threads/


JanMarvin/disqusR documentation built on May 6, 2019, 10:11 a.m.