From 4a9268ee781e8bff12dd2db68c3b25b0634ad3c7 Mon Sep 17 00:00:00 2001 From: Scott Chamberlain Date: Fri, 12 Nov 2021 16:13:13 -0800 Subject: [PATCH] update readme --- README.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 6ae917d..f666473 100644 --- a/README.rst +++ b/README.rst @@ -10,7 +10,6 @@ This is a low level client for working with Crossref's search API. It's been nam Other Crossref API clients: - Ruby: `serrano`, ``__ -- R: `rcrossref`, ``__ Crossref's API issue tracker: https://gitlab.com/crossref/issues @@ -38,7 +37,7 @@ import all): Note about searching: -You are using the Crossref search API described at https://github.com/CrossRef/rest-api-doc. When you search with query terms, on Crossref servers they are not searching full text, or even abstracts of articles, but only what is available in the data that is returned to you. That is, they search article titles, authors, etc. For some discussion on this, see https://gitlab.com/crossref/issues/issues/101 +You are using the Crossref search API described at https://api.crossref.org/swagger-ui/index.html. When you search with query terms, on Crossref servers they are not searching full text, or even abstracts of articles, but only what is available in the data that is returned to you. That is, they search article titles, authors, etc. For some discussion on this, see https://gitlab.com/crossref/issues/-/issues/101 Rate limits -----------