getPaste

returns a paste if it can find it by its id

if the paste is private you need to provide the token (found on your profile's settings page)

Nullable!Paste
getPaste
(
string id
,
string token = ""
)

Meta