Skip to content

Commit

Permalink
Typos in httptest2
Browse files Browse the repository at this point in the history
  • Loading branch information
al-obrien committed Nov 15, 2023
1 parent e069a96 commit 07f99b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# rosv (development version)

* Upgraded to {httr2} 1.0.0
* Upgraded tests with {httrtest2} 1.0.0
* Upgraded tests with {httptest2} 1.0.0
* Implemented pagination as core functionality in low-level functions (e.g. `RosvQueryBatch()`)
* Remove page_token parameter from mid-level functions, all handled at low-level automatically.
* Use `httr2::req_perform_sequential()` for the `RosvVulns()` methods to get build-in helpers not
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ osv_query(c('dask', 'readxl', 'dplyr'),

## Development notes

{rosv} leverages {httr2} and {httrtest2} for its core API client functionality and
{rosv} leverages {httr2} and {httptest2} for its core API client functionality and
uses R6 classes for its low-level interface to the OSV API. There are also plans to have more
types of returned details and parsing of content.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ osv_query(c('dask', 'readxl', 'dplyr'),

## Development notes

{rosv} leverages {httr2} and {httrtest2} for its core API client
{rosv} leverages {httr2} and {httptest2} for its core API client
functionality and uses R6 classes for its low-level interface to the OSV
API. There are also plans to have more types of returned details and
parsing of content.

0 comments on commit 07f99b4

Please # to comment.