Skip to content

Commit

Permalink
fix urls, add commas in string of urls in desc file
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Apr 9, 2024
1 parent c4948de commit 1c17dbb
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Authors@R: c(
email = "myrmecocystus@gmail.com",
comment = c(ORCID = "0000-0003-1444-9135"))
)
URL: https://docs.ropensci.org/crul/ (website)
https://github.com/ropensci/crul (devel)
URL: https://docs.ropensci.org/crul/ (website),
https://github.com/ropensci/crul (devel),
https://books.ropensci.org/http-testing/ (user manual)
BugReports: https://github.com/ropensci/crul/issues
Roxygen: list(markdown = TRUE)
Expand Down
4 changes: 3 additions & 1 deletion man/crul-package.Rd

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

8 changes: 4 additions & 4 deletions vignettes/curl-options.Rmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 4. curl options
author: Scott Chamberlain
date: "2023-05-10"
date: "2024-04-09"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{4. curl options}
Expand Down Expand Up @@ -303,11 +303,11 @@ OR
both result in the same thing


_Why use this?_ This is set by default in a http request, as you can see in the first example above for user agent. Some web APIs require that you set a specific user agent. For example, the [GitHub API](https://developer.github.com/v3/#user-agent-required) requires that you include a user agent string in the header of each request that is your username or the name of your application so they can contact you if there is a problem.
_Why use this?_ This is set by default in a http request, as you can see in the first example above for user agent. Some web APIs require that you set a specific user agent. For example, the [GitHub API](https://docs.github.com/en/rest/using-the-rest-api/getting-started-with-the-rest-api?apiVersion=2022-11-28#user-agent) requires that you include a user agent string in the header of each request that is your username or the name of your application so they can contact you if there is a problem.


[curl]: https://curl.se/
[jq]: https://stedolan.github.io/jq/
[httpie]: https://github.com/httpie/httpie
[jq]: https://jqlang.github.io/jq/
[httpie]: https://github.com/httpie/cli
[gbif]: https://www.gbif.org/
[post]: https://ropensci.org/blog/2014/12/18/curl-options/
6 changes: 3 additions & 3 deletions vignettes/curl-options.Rmd.og
Original file line number Diff line number Diff line change
Expand Up @@ -310,11 +310,11 @@ OR
both result in the same thing


_Why use this?_ This is set by default in a http request, as you can see in the first example above for user agent. Some web APIs require that you set a specific user agent. For example, the [GitHub API](https://developer.github.com/v3/#user-agent-required) requires that you include a user agent string in the header of each request that is your username or the name of your application so they can contact you if there is a problem.
_Why use this?_ This is set by default in a http request, as you can see in the first example above for user agent. Some web APIs require that you set a specific user agent. For example, the [GitHub API](https://docs.github.com/en/rest/using-the-rest-api/getting-started-with-the-rest-api?apiVersion=2022-11-28#user-agent) requires that you include a user agent string in the header of each request that is your username or the name of your application so they can contact you if there is a problem.


[curl]: https://curl.se/
[jq]: https://stedolan.github.io/jq/
[httpie]: https://github.com/httpie/httpie
[jq]: https://jqlang.github.io/jq/
[httpie]: https://github.com/httpie/cli
[gbif]: https://www.gbif.org/
[post]: https://ropensci.org/blog/2014/12/18/curl-options/

0 comments on commit 1c17dbb

Please sign in to comment.