Skip to content

Commit

Permalink
exchange some faulty endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
JsLth committed Jun 24, 2024
1 parent 7926d8b commit 5d182e2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/discovery.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#' @export
#'
#' @examples
#' o311_api("zürich")
#' o311_api("zurich")
#'
#' can_connect <- o311_ok()
#' if (can_connect){
Expand Down
2 changes: 1 addition & 1 deletion R/requests.R
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
#' (\code{o311_endpoints()$docs}).
#'
#' @examples
#' o311_api("chicago")
#' o311_api("zurich")
#'
#' can_connect <- o311_ok()
#' if (can_connect) {
Expand Down
2 changes: 1 addition & 1 deletion inst/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
"json": true
},
{
"name": "Zürich, CH",
"name": "zurich, CH",
"root": "https://www.zueriwieneu.ch/open311/v2/",
"docs": "https://www.zueriwieneu.ch/open311/",
"jurisdiction": "stadt-zuerich.ch",
Expand Down
2 changes: 1 addition & 1 deletion man/o311_discovery.Rd

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

0 comments on commit 5d182e2

Please sign in to comment.