{
  "_id": "6a108637acfb0bcc41cb0854",
  "Package": "beekeeper",
  "Title": "Rapidly Scaffold API Client Packages",
  "Version": "0.5.0.9000",
  "Authors@R": "c(\nperson(\"Jon\", \"Harmon\", , \"jonthegeek@gmail.com\", role = c(\"aut\", \"cre\", \"cph\"),\ncomment = c(ORCID = \"0000-0003-4781-4346\")),\nperson(\"R Consortium\", role = \"fnd\")\n)",
  "Description": "Automatically generate R package skeletons from\n'application programming interfaces (APIs)' that follow the\n'OpenAPI Specification (OAS)'. The skeletons implement best\npractices to streamline package development.",
  "License": "MIT + file LICENSE",
  "URL": "https://beekeeper.api2r.org, https://github.com/api2r/beekeeper",
  "BugReports": "https://github.com/api2r/beekeeper/issues",
  "VignetteBuilder": "knitr",
  "Remotes": [
    "api2r/nectar",
    "api2r/rapid",
    "wranglezone/stbl"
  ],
  "Config/roxygen2/version": "8.0.0",
  "Config/testthat/edition": "3",
  "Encoding": "UTF-8",
  "Language": "en-US",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "8.0.0",
  "Config/Needs/website": "rmarkdown",
  "Config/pak/sysreqs": "cmake git make libgit2-dev libicu-dev libuv1-dev\nlibxml2-dev libssl-dev libx11-dev",
  "Repository": "https://jonthegeek.r-universe.dev",
  "Date/Publication": "2026-05-22 14:31:28 UTC",
  "RemoteUrl": "https://github.com/jonthegeek/beekeeper",
  "RemoteRef": "HEAD",
  "RemoteSha": "8561f7f04b1c60429685b8c70bef582c879ab865",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-22 16:29:58 UTC",
    "User": "root"
  },
  "Author": "Jon Harmon [aut, cre, cph] (ORCID:\n<https://orcid.org/0000-0003-4781-4346>),\nR Consortium [fnd]",
  "Maintainer": "Jon Harmon <jonthegeek@gmail.com>",
  "MD5sum": "09c5be3b62614cd32f5fd5c8c9db5576",
  "_user": "jonthegeek",
  "_type": "src",
  "_file": "beekeeper_0.5.0.9000.tar.gz",
  "_fileid": "cf2e8383a2f3d8379af44c54fe1e6a7484558dad33516849f3a90bdfe3650dbc",
  "_filesize": 912267,
  "_sha256": "cf2e8383a2f3d8379af44c54fe1e6a7484558dad33516849f3a90bdfe3650dbc",
  "_created": "2026-05-22T16:29:58.000Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77421394228,
      "time": 146,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7165537356"
    },
    {
      "job": 77421394227,
      "time": 124,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7165530238"
    },
    {
      "job": 77421394307,
      "time": 109,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7165597786"
    },
    {
      "job": 77421394230,
      "time": 102,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7165611469"
    },
    {
      "job": 77420852761,
      "time": 203,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7165490328"
    },
    {
      "job": 77421394200,
      "time": 114,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7165527170"
    },
    {
      "job": 77421394222,
      "time": 86,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7165518398"
    },
    {
      "job": 77421394263,
      "time": 95,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7165521480"
    },
    {
      "job": 77421394354,
      "time": 93,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7165521048"
    }
  ],
  "_buildurl": "https://github.com/r-universe/jonthegeek/actions/runs/26299519954",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/jonthegeek/beekeeper",
  "_commit": {
    "id": "8561f7f04b1c60429685b8c70bef582c879ab865",
    "author": "Copilot <198982749+Copilot@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Persist API definition origin metadata in `_beekeeper.yml` during `use_beekeeper()` (#109)\n\n* Initial plan\n\n* Save API origin metadata in beekeeper config\n\nAgent-Logs-Url: https://github.com/api2r/beekeeper/sessions/eb5648d6-0260-47fd-a39a-8ec802ad50f1\n\nCo-authored-by: jonthegeek <33983824+jonthegeek@users.noreply.github.com>\n\n* Update read_config snapshot for origin metadata\n\nAgent-Logs-Url: https://github.com/api2r/beekeeper/sessions/eb5648d6-0260-47fd-a39a-8ec802ad50f1\n\nCo-authored-by: jonthegeek <33983824+jonthegeek@users.noreply.github.com>\n\n* Apply suggestions from code review\n\nThis will need documentation, and maybe snapshot updates.\n\nCo-authored-by: Jon Harmon <jonthegeek@gmail.com>\n\n* Fix typos and redocument.\n\n* Point to the right place\n\n* Update tests/testthat/test-use_beekeeper.R\n\n* Potential fix for pull request finding\n\nCo-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>\n\n* Update docs\n\n---------\n\nCo-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>\nCo-authored-by: jonthegeek <33983824+jonthegeek@users.noreply.github.com>\nCo-authored-by: Jon Harmon <jonthegeek@gmail.com>\nCo-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>",
    "time": 1779460288
  },
  "_maintainer": {
    "name": "Jon Harmon",
    "email": "jonthegeek@gmail.com",
    "login": "jonthegeek",
    "mastodon": "@jonthegeek@fosstodon.org",
    "bluesky": "@jonthegeek.com",
    "linkedin": "in/jonthegeek",
    "description": "Executive Director at DSLC.io (fka @r4ds) | Principal Developer (@atorus-research)",
    "uuid": 33983824,
    "orcid": "0000-0003-4781-4346"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "fs",
      "role": "Imports"
    },
    {
      "package": "glue",
      "role": "Imports"
    },
    {
      "package": "httptest2",
      "role": "Imports"
    },
    {
      "package": "memoise",
      "role": "Imports"
    },
    {
      "package": "nectar",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "rapid",
      "version": ">= 0.0.0.9003",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "version": ">= 1.1.0",
      "role": "Imports"
    },
    {
      "package": "rprojroot",
      "role": "Imports"
    },
    {
      "package": "S7",
      "role": "Imports"
    },
    {
      "package": "snakecase",
      "role": "Imports"
    },
    {
      "package": "stbl",
      "version": ">= 0.3.0.9000",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "usethis",
      "role": "Imports"
    },
    {
      "package": "yaml",
      "role": "Imports"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "desc",
      "role": "Suggests"
    },
    {
      "package": "janitor",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "rvest",
      "role": "Suggests"
    },
    {
      "package": "whisker",
      "role": "Suggests"
    },
    {
      "package": "withr",
      "role": "Suggests"
    }
  ],
  "_owner": "jonthegeek",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-20",
      "n": 13
    },
    {
      "week": "2026-21",
      "n": 6
    }
  ],
  "_tags": [
    {
      "name": "v0.5.0",
      "date": "2026-05-20"
    }
  ],
  "_stars": 60,
  "_contributors": [
    {
      "user": "jonthegeek",
      "count": 48,
      "uuid": 33983824
    },
    {
      "user": "copilot",
      "count": 7,
      "uuid": 198982749
    }
  ],
  "_userbio": {
    "uuid": 33983824,
    "type": "user",
    "name": "Jon Harmon",
    "description": "Executive Director at DSLC.io (fka @r4ds) | Principal Developer (@atorus-research)"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/beekeeper"
  },
  "_devurl": "https://github.com/api2r/beekeeper",
  "_pkgdown": "https://beekeeper.api2r.org",
  "_searchresults": 2,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/beekeeper.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "generate_pkg",
    "generate_pkg_auth",
    "generate_pkg_paths",
    "generate_pkg_req_prepare",
    "generate_pkg_shared_params",
    "read_api_abbr",
    "read_api_definition",
    "read_api_title",
    "read_config",
    "read_rapid_filename",
    "read_security_data",
    "read_security_data_filename",
    "read_security_schemes",
    "use_beekeeper"
  ],
  "_help": [
    {
      "page": "generate_pkg",
      "title": "Use a beekeeper config file to generate code",
      "concept": [
        "package generation functions"
      ],
      "topics": [
        "generate_pkg"
      ]
    },
    {
      "page": "generate_pkg_auth",
      "title": "Generate authentication helpers",
      "concept": [
        "package generation functions"
      ],
      "topics": [
        "generate_pkg_auth"
      ]
    },
    {
      "page": "generate_pkg_paths",
      "title": "Generate files for API paths",
      "concept": [
        "package generation functions"
      ],
      "topics": [
        "generate_pkg_paths"
      ]
    },
    {
      "page": "generate_pkg_req_prepare",
      "title": "Generate request-prepare helpers",
      "concept": [
        "package generation functions"
      ],
      "topics": [
        "generate_pkg_req_prepare"
      ]
    },
    {
      "page": "generate_pkg_shared_params",
      "title": "Generate shared parameter docs",
      "concept": [
        "package generation functions"
      ],
      "topics": [
        "generate_pkg_shared_params"
      ]
    },
    {
      "page": "read_api_abbr",
      "title": "Read api_abbr config field",
      "concept": [
        "config readers"
      ],
      "topics": [
        "read_api_abbr"
      ]
    },
    {
      "page": "read_api_definition",
      "title": "Read an API definition file",
      "concept": [
        "config readers"
      ],
      "topics": [
        "read_api_definition"
      ]
    },
    {
      "page": "read_api_title",
      "title": "Read api_title config field",
      "concept": [
        "config readers"
      ],
      "topics": [
        "read_api_title"
      ]
    },
    {
      "page": "read_config",
      "title": "Read a beekeeper config file",
      "concept": [
        "config readers"
      ],
      "topics": [
        "read_config"
      ]
    },
    {
      "page": "read_rapid_filename",
      "title": "Read rapid_filename config field",
      "concept": [
        "config readers"
      ],
      "topics": [
        "read_rapid_filename"
      ]
    },
    {
      "page": "read_security_data",
      "title": "Read saved security metadata",
      "concept": [
        "config readers"
      ],
      "topics": [
        "read_security_data"
      ]
    },
    {
      "page": "read_security_data_filename",
      "title": "Read saved security metadata filename",
      "concept": [
        "config readers"
      ],
      "topics": [
        "read_security_data_filename"
      ]
    },
    {
      "page": "read_security_schemes",
      "title": "Read security schemes from an API definition",
      "concept": [
        "config readers"
      ],
      "topics": [
        "read_security_schemes"
      ]
    },
    {
      "page": "use_beekeeper",
      "title": "Configure a package to use beekeeper",
      "topics": [
        "use_beekeeper"
      ]
    }
  ],
  "_pkglogo": "https://github.com/jonthegeek/beekeeper/raw/HEAD/man/figures/logo.svg",
  "_readme": "https://github.com/jonthegeek/beekeeper/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "brio",
    "cachem",
    "callr",
    "cli",
    "clipr",
    "cpp11",
    "crayon",
    "credentials",
    "curl",
    "desc",
    "diffobj",
    "digest",
    "dplyr",
    "evaluate",
    "fastmap",
    "fs",
    "generics",
    "gert",
    "gh",
    "gitcreds",
    "glue",
    "httptest2",
    "httr2",
    "ini",
    "jsonlite",
    "lifecycle",
    "magrittr",
    "memoise",
    "nectar",
    "openssl",
    "pillar",
    "pkgbuild",
    "pkgconfig",
    "pkgload",
    "praise",
    "processx",
    "ps",
    "purrr",
    "R6",
    "rapid",
    "rappdirs",
    "rlang",
    "rprojroot",
    "rstudioapi",
    "S7",
    "snakecase",
    "stbl",
    "stringi",
    "stringr",
    "sys",
    "testthat",
    "tibble",
    "tibblify",
    "tidyr",
    "tidyselect",
    "usethis",
    "utf8",
    "vctrs",
    "waldo",
    "whisker",
    "withr",
    "xml2",
    "yaml",
    "zip"
  ],
  "_vignettes": [
    {
      "source": "beekeeper.Rmd",
      "filename": "beekeeper.html",
      "title": "Building an API Package",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Step 0: Create your package",
        "Step 1: Configure your package",
        "Step 2: Generate your package skeleton",
        "The generated package",
        "generate_pkg_shared_params()",
        "generate_pkg_req_prepare()",
        "generate_pkg_auth()",
        "generate_pkg_paths()",
        "Next steps"
      ],
      "created": "2023-09-14 21:52:39",
      "modified": "2026-05-20 14:11:54",
      "commits": 7
    },
    {
      "source": "pagination.Rmd",
      "filename": "pagination.html",
      "title": "Pagination",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Finding pagination information",
        "Implementing pagination",
        "More complicated pagination",
        "Help us improve"
      ],
      "created": "2024-04-26 19:12:28",
      "modified": "2026-05-12 19:16:59",
      "commits": 2
    }
  ],
  "_score": 5.079181246047625,
  "_indexed": true,
  "_nocasepkg": "beekeeper",
  "_universes": [
    "jonthegeek",
    "api2r"
  ],
  "_failure": {
    "version": "0.5.0.9000",
    "commit": {
      "id": "87889d8ba23c7981432057d10f3e28249a4cd2d1",
      "author": "Jon Harmon <jonthegeek@gmail.com>",
      "committer": "GitHub <noreply@github.com>",
      "message": "Strip ansi characters from tibblify specs (#119)\n\nDon't include color codes (etc) when packages are generated in a terminal that supports colors.\n\nCloses #118",
      "time": 1780675518
    },
    "buildurl": "https://github.com/r-universe/jonthegeek/actions/runs/27036746548",
    "date": "2026-06-05T19:56:15.260Z",
    "job": {
      "job": 79802606416,
      "time": 212,
      "config": "source",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7445582866"
    }
  },
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.5.0.9000",
      "date": "2026-05-22T16:32:21.000Z",
      "distro": "noble",
      "commit": "8561f7f04b1c60429685b8c70bef582c879ab865",
      "fileid": "6d706364abf910d41f1f5f27cf39de15184b4d42a2831ccc48fafb35ec6daf64",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jonthegeek/actions/runs/26299519954"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.5.0.9000",
      "date": "2026-05-22T16:32:01.000Z",
      "distro": "noble",
      "commit": "8561f7f04b1c60429685b8c70bef582c879ab865",
      "fileid": "1a0bc582c6eea9bd9f387afab547fb606d0f4abf8917a6654d2baab2d2a166be",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jonthegeek/actions/runs/26299519954"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.5.0.9000",
      "date": "2026-05-22T16:35:43.000Z",
      "commit": "8561f7f04b1c60429685b8c70bef582c879ab865",
      "fileid": "08dc6575aeb6ea654b802ccb09cffc0fa2339efc4b506d4db0fa74bd7ff41820",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jonthegeek/actions/runs/26299519954"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.5.0.9000",
      "date": "2026-05-22T16:36:32.000Z",
      "commit": "8561f7f04b1c60429685b8c70bef582c879ab865",
      "fileid": "38e7fe9488ba5ada699cd3575de3935ed4471bbd4e4dde3ac5aa878f7b4436f8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jonthegeek/actions/runs/26299519954"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.5.0.9000",
      "date": "2026-05-22T16:32:13.000Z",
      "commit": "8561f7f04b1c60429685b8c70bef582c879ab865",
      "fileid": "d60e4bdaec5c2736f13d4854b5eb7b051bfffe0f3fa72c4d13004ccc04af012b",
      "status": "success",
      "buildurl": "https://github.com/r-universe/jonthegeek/actions/runs/26299519954"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.5.0.9000",
      "date": "2026-05-22T16:31:11.000Z",
      "commit": "8561f7f04b1c60429685b8c70bef582c879ab865",
      "fileid": "791248e9702695b357f0d53c967e4b3188f67c75f7408c758a2180d39ce2bbcc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jonthegeek/actions/runs/26299519954"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.5.0.9000",
      "date": "2026-05-22T16:31:17.000Z",
      "commit": "8561f7f04b1c60429685b8c70bef582c879ab865",
      "fileid": "87894c82d5cced82226ad686950c3cd5f28162cc3a2de630437f36b3fb70d901",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jonthegeek/actions/runs/26299519954"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.5.0.9000",
      "date": "2026-05-22T16:31:19.000Z",
      "commit": "8561f7f04b1c60429685b8c70bef582c879ab865",
      "fileid": "8eda8a6bb6dbdba111e7c1cc6d2370bd6b7d186547fa4ae2396f1a7263dca28d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jonthegeek/actions/runs/26299519954"
    }
  ]
}