Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ If you’ve found a bug, please file an issue that illustrates the bug with a mi

### Pull request process

* Fork the package and clone onto your computer. If you haven't done this before, we recommend using `usethis::create_from_github("jonthegeek/rapid", fork = TRUE)`.
* Fork the package and clone onto your computer. If you haven't done this before, we recommend using `usethis::create_from_github("api2r/rapid", fork = TRUE)`.

* Install all development dependencies with `devtools::install_dev_deps()`, and then make sure the package passes R CMD check by running `devtools::check()`.
If R CMD check doesn't pass cleanly, it's a good idea to ask for help before continuing.
Expand Down
4 changes: 2 additions & 2 deletions .github/SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ Armed with your reprex, the next step is to figure out where to ask.

* If it's a question: It's best to ask on the [R4DS Online Learning Community Slack](https://r4ds.io/join). Other options include [Posit Community](https://community.rstudio.com/), and StackOverflow. There are more people there to answer questions.

* If it's a bug: you're in the right place, [file an issue](https://github.com/jonthegeek/rapid/issues/new).
* If it's a bug: you're in the right place, [file an issue](https://github.com/api2r/rapid/issues/new).

* If you're not sure: let the community help you figure it out!
If your problem _is_ a bug or a feature request, you can easily return here and report it.

Before opening a new issue, be sure to [search issues and pull requests](https://github.com/jonthegeek/rapid/issues) to make sure the bug hasn't been reported and/or already fixed in the development version.
Before opening a new issue, be sure to [search issues and pull requests](https://github.com/api2r/rapid/issues) to make sure the bug hasn't been reported and/or already fixed in the development version.
By default, the search will be pre-populated with `is:issue is:open`.
You can [edit the qualifiers](https://help.github.com/articles/searching-issues-and-pull-requests/) (e.g. `is:pr`, `is:closed`) as needed.
For example, you'd simply remove `is:open` to search _all_ issues in the repo, open or closed.
Expand Down
9 changes: 7 additions & 2 deletions .github/skills/create-issue/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ The hardcoded IDs below are correct for this repo as of 2026-04-28 13:47:49 UTC.

```bash
# Repository node ID
gh api graphql -f query='{ repository(owner: "jonthegeek", name: "rapid") { id } }'
gh api graphql -f query='{ repository(owner: "api2r", name: "rapid") { id } }'

# Available issue type IDs
gh api graphql -f query='{ repository(owner: "jonthegeek", name: "rapid") { issueTypes(first: 20) { nodes { id name description } } } }'
gh api graphql -f query='{ repository(owner: "api2r", name: "rapid") { issueTypes(first: 20) { nodes { id name description } } } }'
```

## Issue type
Expand All @@ -29,6 +29,11 @@ Choose the type that best fits the issue:

| Type | ID | Use for |
|---|---|---|
| Task | `IT_kwDOCPuMJs4BPtRZ` | A specific piece of work |
| Bug | `IT_kwDOCPuMJs4BPtRc` | An unexpected problem or behavior |
| Feature | `IT_kwDOCPuMJs4BPtRe` | A request, idea, or new functionality |
| Documentation | `IT_kwDOCPuMJs4B5OL_` | Explanations of how or why to do things |
| Infrastructure | `IT_kwDOCPuMJs4B5OMn` | Infrastructure of a project, like GitHub Actions |

## Issue title

Expand Down
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Convert an 'API' description ('APID'), such as one that
(a "rapid"). The rapid object follows the 'OpenAPI Specification' to
make it easy to convert to and from 'API' documents.

https://rapid.api2r.org/, https://github.com/jonthegeek/rapid
https://rapid.api2r.org/, https://github.com/api2r/rapid

### Overall structure

Expand Down
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Description: Convert an 'API' description ('APID'), such as one that
(a "rapid"). The rapid object follows the 'OpenAPI Specification' to
make it easy to convert to and from 'API' documents.
License: MIT + file LICENSE
URL: https://rapid.api2r.org/, https://github.com/jonthegeek/rapid
BugReports: https://github.com/jonthegeek/rapid/issues
URL: https://rapid.api2r.org/, https://github.com/api2r/rapid
BugReports: https://github.com/api2r/rapid/issues
Depends:
R (>= 3.5.0)
Imports:
Expand All @@ -26,7 +26,7 @@ Imports:
snakecase,
stbl (>= 0.3.0),
tibble,
tibblify (>= 0.3.1.9000),
tibblify (>= 0.3.2),
xml2,
yaml
Suggests:
Expand All @@ -35,12 +35,12 @@ Suggests:
Remotes:
stbl=wranglezone/stbl,
tibblify=wranglezone/tibblify
Config/roxygen2/version: 8.0.0
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Collate:
'aaa-conditions.R'
'aaa-shared_params.R'
Expand Down
3 changes: 3 additions & 0 deletions R/rapid-package.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#' @keywords internal
"_PACKAGE"

## usethis namespace: start
#' @importFrom cli format_inline
#' @importFrom glue glue
Expand Down
8 changes: 4 additions & 4 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ knitr::opts_chunk$set(
<!-- badges: start -->
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![CRAN status](https://www.r-pkg.org/badges/version/rapid)](https://CRAN.R-project.org/package=rapid)
[![Codecov test coverage](https://codecov.io/gh/jonthegeek/rapid/branch/main/graph/badge.svg)](https://app.codecov.io/gh/jonthegeek/rapid?branch=main)
[![R-CMD-check](https://github.com/jonthegeek/rapid/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/jonthegeek/rapid/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/api2r/rapid/branch/main/graph/badge.svg)](https://app.codecov.io/gh/api2r/rapid?branch=main)
[![R-CMD-check](https://github.com/api2r/rapid/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/api2r/rapid/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->

Convert an API description (APID), such as one that follows the [OpenAPI Specification](https://spec.openapis.org/oas/v3.1.0), to an R API description object.
Expand All @@ -40,7 +40,7 @@ Install the development version of rapid from [GitHub](https://github.com/):

``` r
# install.packages("pak")
pak::pak("jonthegeek/rapid")
pak::pak("api2r/rapid")
```
:::

Expand All @@ -50,4 +50,4 @@ This package will be used by [{beekeeper}](https://beekeeper.api2r.org/) and [{m

## Code of Conduct

Please note that the rapid project is released with a [Contributor Code of Conduct](https://jonthegeek.github.io/rapid/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.
Please note that the rapid project is released with a [Contributor Code of Conduct](https://api2r.github.io/rapid/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](h
[![CRAN
status](https://www.r-pkg.org/badges/version/rapid)](https://CRAN.R-project.org/package=rapid)
[![Codecov test
coverage](https://codecov.io/gh/jonthegeek/rapid/branch/main/graph/badge.svg)](https://app.codecov.io/gh/jonthegeek/rapid?branch=main)
[![R-CMD-check](https://github.com/jonthegeek/rapid/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/jonthegeek/rapid/actions/workflows/R-CMD-check.yaml)
coverage](https://codecov.io/gh/api2r/rapid/branch/main/graph/badge.svg)](https://app.codecov.io/gh/api2r/rapid?branch=main)
[![R-CMD-check](https://github.com/api2r/rapid/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/api2r/rapid/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->

Convert an API description (APID), such as one that follows the [OpenAPI
Expand Down Expand Up @@ -40,7 +40,7 @@ Install the development version of rapid from

``` r
# install.packages("pak")
pak::pak("jonthegeek/rapid")
pak::pak("api2r/rapid")
```

</div>
Expand All @@ -53,5 +53,5 @@ and [{mockplumber}](https://jonthegeek.github.io/mockplumber/).
## Code of Conduct

Please note that the rapid project is released with a [Contributor Code
of Conduct](https://jonthegeek.github.io/rapid/CODE_OF_CONDUCT.html). By
of Conduct](https://api2r.github.io/rapid/CODE_OF_CONDUCT.html). By
contributing to this project, you agree to abide by its terms.
82 changes: 41 additions & 41 deletions man/as_api_key_security_scheme.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions man/as_api_object.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

48 changes: 24 additions & 24 deletions man/as_components.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions man/as_contact.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions man/as_info.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading