getImageList

Fetches the JSON list of images for a passed cookie from the prnt.sc (prntscr.com) server.

string
getImageList
(
const string[string] headers
,)

Parameters

headers string[string]

HTTP GET headers to supply when fetching the list.

requestTimeoutSeconds uint

Request timeout when downloading the list.

Return Value

Type: string

An array containing the response body of the request.

Meta