Skip to content

Commit

Permalink
Use SSL (closes #17)
Browse files Browse the repository at this point in the history
  • Loading branch information
crew102 committed Nov 25, 2019
1 parent 60eb4d9 commit 3bcaee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/search-pv.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' @noRd
get_base <- function(endpoint)
sprintf("http://www.patentsview.org/api/%s/query", endpoint)
sprintf("https://www.patentsview.org/api/%s/query", endpoint)

#' @noRd
tojson_2 <- function(x, ...) {
Expand Down

0 comments on commit 3bcaee4

Please sign in to comment.