Skip to content

Commit c5ca152

Browse files
committed
fix meta description
1 parent db1de2f commit c5ca152

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.1sync
1+
1.5.2sync

src/api/meta_v1.hf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#type api
33
#base https://api.opencitations.net/meta
44
#title The REST API for OpenCitations Meta
5-
#html_meta_description OpenCitations Meta REST API: retrieve publication titles, authors, editors, venues and bibliographic metadata using DOI, ORCID, PMID, OMID, ISBN, ISSN identifiers. Free/open access.
5+
#html_meta_description OpenCitations Meta REST API: retrieve bibliographic metadata, authors, editors, venues using DOI, ORCID, PMID, OMID, ISBN, ISSN identifiers. Free access.
66
#description This is the REST API for OpenCitations Meta, the OpenCitations dataset containing bibliographic metadata associated with the documents involved in the citations stored in the OpenCitations Indexes. All the present operations return either a JSON document (default) or a CSV document according to the mimetype specified in the `Accept` header of the request. If you would like to suggest an additional operation to be included in this API, please use the [issue tracker](https://github.com/opencitations/api/issues) of the OpenCitations APIs available on GitHub.
77

88
If you are going to use the REST APIs within an application/code, we encourage you to get the [OpenCitations Access Token](https://opencitations.net/accesstoken) and specify it in the "authorization" header of your REST API call. Here is a usage example in Python:

0 commit comments

Comments
 (0)