stack_GET: Make a GET request to the Stack Exchange API

Description Usage Arguments

Description

Make a GET request to the Stack Exchange API

Usage

1
stack_GET(path, site = "stackoverflow", page = 1, num_pages = 1, ...)

Arguments

path

the query path, such as "answers/" or "users/id"

site

site to query; by default Stack Overflow

page

which page to start from

num_pages

number of consecutive pages to query; by default 1

...

additional parameters to the method


Qalfredo/stackmath documentation built on May 8, 2019, 3:48 a.m.