faasr_httr_request {FaaSr}R Documentation

faasr_httr_request

Description

the help function to send the curl request to the github by using the "httr" library.

Usage

faasr_httr_request(token, url, body = list(), type)

Arguments

token

a string for the github token

url

a string of url

body

a list of body

type

REST API values; GET/PUT/DELETE/PATCH/POST

Value

response: response status; 200/202/204/400/etc


[Package FaaSr version 1.4.4 Index]