We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b33a1a commit 7d67057Copy full SHA for 7d67057
vignettes/api-changes.Rmd.orig
@@ -119,12 +119,6 @@ library(patentsview)
119
pv_data <- retrieve_linked_data("https://search.patentsview.org/api/v1/cpc_group/G01S7:4865/")
120
pv_data
121
122
-if(pv_data$query_results$total_hits != 1){
123
- print("something is wrong with the API. Response should match this:")
124
- query <- qry_funs$eq("cpc_group_id" = "G01S7/4865")
125
- search_pv(query, endpoint = "cpc_group")
126
-}
127
-
128
# Here we'll use an example url from the documentation
129
# Note that going to that link in a browser will result in a 403 Unauthorized, as no API key is sent.
130
retrieve_linked_data('https://search.patentsview.org/api/v1/patent/?q={"patent_id":"7861317"}')
0 commit comments