{
  "_id": "6a1bed201d7bb097a0a2026e",
  "Package": "request",
  "Title": "High Level 'HTTP' Client",
  "Description": "High level and easy 'HTTP' client for 'R' that makes\nassumptions that should work in most cases. Provides functions\nfor building 'HTTP' queries, including query parameters, body\nrequests, headers, authentication, and more.",
  "Version": "0.1.6.91",
  "Authors@R": "person(\"Scott\", \"Chamberlain\", role = c(\"aut\", \"cre\"),\nemail = \"myrmecocystus@gmail.com\")",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/sckott/request",
  "BugReports": "https://github.com/sckott/request/issues",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.1.0",
  "Config/pak/sysreqs": "libssl-dev",
  "Repository": "https://sckott.r-universe.dev",
  "Date/Publication": "2020-06-16 19:07:01 UTC",
  "RemoteUrl": "https://github.com/sckott/request",
  "RemoteRef": "HEAD",
  "RemoteSha": "ab4ceb85093c3e2bde6be3d1cce61d78440c29a5",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-31 07:40:03 UTC",
    "User": "root"
  },
  "Author": "Scott Chamberlain [aut, cre]",
  "Maintainer": "Scott Chamberlain <myrmecocystus@gmail.com>",
  "MD5sum": "8cb72cc0b929184288f8250e962607cb",
  "_user": "sckott",
  "_type": "src",
  "_file": "request_0.1.6.91.tar.gz",
  "_fileid": "629546ff6d17b585c44f76d7df5b18ca8773f408761f813adf78756cda2cefc1",
  "_filesize": 155016,
  "_sha256": "629546ff6d17b585c44f76d7df5b18ca8773f408761f813adf78756cda2cefc1",
  "_created": "2026-05-31T07:40:03.000Z",
  "_published": "2026-05-31T08:11:12.559Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78709392696,
      "time": 123,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7314915186"
    },
    {
      "job": 78709392695,
      "time": 112,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7314914124"
    },
    {
      "job": 78709392701,
      "time": 112,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7315092883"
    },
    {
      "job": 78709392700,
      "time": 237,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315106439"
    },
    {
      "job": 78709228883,
      "time": 179,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7314901141"
    },
    {
      "job": 78709392704,
      "time": 90,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7314911679"
    },
    {
      "job": 78709392708,
      "time": 103,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7314913833"
    },
    {
      "job": 78709392709,
      "time": 79,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7314910500"
    },
    {
      "job": 78709392711,
      "time": 82,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7314910723"
    }
  ],
  "_buildurl": "https://github.com/r-universe/sckott/actions/runs/26706698798",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/sckott/request",
  "_commit": {
    "id": "ab4ceb85093c3e2bde6be3d1cce61d78440c29a5",
    "author": "Scott Chamberlain <myrmecocystus@gmail.com>",
    "committer": "Scott Chamberlain <myrmecocystus@gmail.com>",
    "message": "try to install covr with r_packages insetad of r_binary_packages\n",
    "time": 1592334421
  },
  "_maintainer": {
    "name": "Scott Chamberlain",
    "email": "myrmecocystus@gmail.com",
    "login": "sckott",
    "mastodon": "@sckottie@hachyderm.io",
    "bluesky": "@sckott.bsky.social",
    "description": "Software Engineer @ Fred Hutch",
    "uuid": 577668
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "httr",
      "version": ">= 1.2.0",
      "role": "Depends"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "curl",
      "version": ">= 2.2",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "version": ">= 1.1",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "version": ">= 1.5",
      "role": "Imports"
    },
    {
      "package": "lazyeval",
      "version": ">= 0.2.0",
      "role": "Imports"
    },
    {
      "package": "whisker",
      "version": ">= 0.3-2",
      "role": "Imports"
    },
    {
      "package": "R6",
      "version": ">= 2.2.0",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "version": ">= 1.2",
      "role": "Imports"
    },
    {
      "package": "digest",
      "role": "Imports"
    },
    {
      "package": "rappdirs",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "data.table",
      "role": "Suggests"
    }
  ],
  "_owner": "sckott",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "api",
    "curl",
    "curl-library",
    "http"
  ],
  "_stars": 36,
  "_contributors": [
    {
      "user": "sckott",
      "count": 138,
      "uuid": 577668
    }
  ],
  "_userbio": {
    "uuid": 577668,
    "type": "user",
    "name": "Scott Chamberlain",
    "description": "Software Engineer @ Fred Hutch"
  },
  "_downloads": {
    "count": 191,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/request"
  },
  "_devurl": "https://github.com/sckott/request",
  "_searchresults": 1112,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "extra/request.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/sckott/request",
  "_realowner": "sckott",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2016-01-03"
    }
  ],
  "_exports": [
    "%>%",
    "api",
    "api_body",
    "api_body_",
    "api_cache",
    "api_config",
    "api_error_handler",
    "api_headers",
    "api_headers_",
    "api_oauth1",
    "api_oauth2",
    "api_path",
    "api_path_",
    "api_query",
    "api_query_",
    "api_simple_auth",
    "api_template",
    "api_write",
    "as_df",
    "http",
    "http_client",
    "peep"
  ],
  "_help": [
    {
      "page": "request-package",
      "title": "request",
      "topics": [
        "request-package",
        "request"
      ]
    },
    {
      "page": "api",
      "title": "API base url and endpoint setup",
      "concept": [
        "dsl"
      ],
      "topics": [
        "api"
      ]
    },
    {
      "page": "api_body",
      "title": "Query construction",
      "concept": [
        "dsl"
      ],
      "topics": [
        "api_body",
        "api_body_"
      ]
    },
    {
      "page": "api_cache",
      "title": "Caching helper",
      "topics": [
        "api_cache"
      ]
    },
    {
      "page": "api_config",
      "title": "Curl settings",
      "concept": [
        "dsl"
      ],
      "topics": [
        "api_config"
      ]
    },
    {
      "page": "api_error_handler",
      "title": "Error handler",
      "concept": [
        "dsl"
      ],
      "topics": [
        "api_error_handler"
      ]
    },
    {
      "page": "api_headers",
      "title": "Headers",
      "topics": [
        "api_headers",
        "api_headers_"
      ]
    },
    {
      "page": "api_path",
      "title": "API paths",
      "concept": [
        "dsl"
      ],
      "topics": [
        "api_path",
        "api_path_"
      ]
    },
    {
      "page": "api_query",
      "title": "Query construction",
      "concept": [
        "dsl"
      ],
      "topics": [
        "api_query",
        "api_query_"
      ]
    },
    {
      "page": "api_template",
      "title": "API path template",
      "concept": [
        "dsl"
      ],
      "topics": [
        "api_template"
      ]
    },
    {
      "page": "api_write",
      "title": "Write helper",
      "topics": [
        "api_write"
      ]
    },
    {
      "page": "as_df",
      "title": "Attempt to convert list to a data.frame",
      "topics": [
        "as_df"
      ]
    },
    {
      "page": "auth",
      "title": "Authentication configuration/setup",
      "concept": [
        "dsl"
      ],
      "topics": [
        "api_oauth1",
        "api_oauth2",
        "api_simple_auth",
        "auth"
      ]
    },
    {
      "page": "http",
      "title": "Make a HTTP request",
      "topics": [
        "http",
        "http_client"
      ]
    },
    {
      "page": "peep",
      "title": "Peek at a query",
      "topics": [
        "peep"
      ]
    }
  ],
  "_readme": "https://github.com/sckott/request/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "cli",
    "curl",
    "digest",
    "glue",
    "httr",
    "jsonlite",
    "lazyeval",
    "lifecycle",
    "magrittr",
    "mime",
    "openssl",
    "pillar",
    "pkgconfig",
    "R6",
    "rappdirs",
    "rlang",
    "sys",
    "tibble",
    "utf8",
    "vctrs",
    "whisker"
  ],
  "_score": 6.301377292349345,
  "_indexed": true,
  "_nocasepkg": "request",
  "_universes": [
    "sckott"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.6.91",
      "date": "2026-05-31T07:42:07.000Z",
      "distro": "noble",
      "commit": "ab4ceb85093c3e2bde6be3d1cce61d78440c29a5",
      "fileid": "fa4c59b91638d498e84f894e3f9322ab3f0fd7ebc7568cdf5e209487d65419ee",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sckott/actions/runs/26706698798"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.6.91",
      "date": "2026-05-31T07:42:03.000Z",
      "distro": "noble",
      "commit": "ab4ceb85093c3e2bde6be3d1cce61d78440c29a5",
      "fileid": "48df9fcee5b239d3dff9e2510fe6ada5fb60cd7d832a0c15802454e53f6791f3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sckott/actions/runs/26706698798"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.6.91",
      "date": "2026-05-31T08:08:45.000Z",
      "commit": "ab4ceb85093c3e2bde6be3d1cce61d78440c29a5",
      "fileid": "80290dce7f62d81c2f92fe27e36a89f45f19ee4973488c83ffcac65238c0fabb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sckott/actions/runs/26706698798"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.6.91",
      "date": "2026-05-31T08:10:47.000Z",
      "commit": "ab4ceb85093c3e2bde6be3d1cce61d78440c29a5",
      "fileid": "9c1db576e64d68b810f28925541232fa1b37fad2894ee9d3a66a9540bcff3f6a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sckott/actions/runs/26706698798"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.6.91",
      "date": "2026-05-31T07:41:52.000Z",
      "commit": "ab4ceb85093c3e2bde6be3d1cce61d78440c29a5",
      "fileid": "c5569139ab10657d3739c39f1ea5b5c7c52c6b46a487e1d6f23eb0e855cb8625",
      "status": "success",
      "buildurl": "https://github.com/r-universe/sckott/actions/runs/26706698798"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.6.91",
      "date": "2026-05-31T07:41:51.000Z",
      "commit": "ab4ceb85093c3e2bde6be3d1cce61d78440c29a5",
      "fileid": "486cf6814d9e02b54e519cd61e9caf243e2ed63b787c64922effd6bbaf210083",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sckott/actions/runs/26706698798"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.6.91",
      "date": "2026-05-31T07:41:23.000Z",
      "commit": "ab4ceb85093c3e2bde6be3d1cce61d78440c29a5",
      "fileid": "5e1816ad5cf077f0a7952e8c7d80839c5a51d69651a08e64abd1102ae77c6243",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sckott/actions/runs/26706698798"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.6.91",
      "date": "2026-05-31T07:41:24.000Z",
      "commit": "ab4ceb85093c3e2bde6be3d1cce61d78440c29a5",
      "fileid": "31722369d65ef66c47f1bcd23b13d5dded44c6d12e860cd047d3f05a74602d75",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sckott/actions/runs/26706698798"
    }
  ]
}