R/send_verification.r

Defines functions send_verification

Documented in send_verification

send_verification <-
function(...){
    if(!"token" %in% names(list(...)))
        stop("This operation can only be performed using an OAuth token.")
    out <- imgurPOST(paste0('account/me/verifyemail'), ...)
    structure(out, class = 'imgur_basic')
}

Try the imguR package in your browser

Any scripts or data that you put into this service are public.

imguR documentation built on May 2, 2019, 4:02 p.m.