Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request users use the API less and remove reference to ISBNs #1301

Merged
merged 4 commits into from May 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 4 additions & 2 deletions v1/citoid.yaml
Expand Up @@ -21,7 +21,9 @@ paths:
- Citation
summary: Get citation data given an article identifier.
description: |
Generates citation data given a URL, DOI, PMID, ISBN, or PMCID.
Generates citation data given a URL, DOI, PMID, or PMCID.

Automated requests can be made at a rate of 1 request per second (rps).

See more at [Citoid service documentation](https://www.mediawiki.org/wiki/Citoid)

Expand Down Expand Up @@ -51,7 +53,7 @@ paths:
- name: query
in: path
description: |
URL of an article, DOI, ISBN, PMCID or PMID in the URL-encoded format. Note that on the Swagger-UI doc page you don't need to URI-encode the parameter manually, it will be done by the docs engine.
URL of an article, DOI, PMCID or PMID in the URL-encoded format. Note that on the Swagger-UI doc page you don't need to URI-encode the parameter manually, it will be done by the docs engine.
required: true
schema:
type: string
Expand Down