Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcee87c7

Browse files
authored
Merge pull request#489 from jfix/patch-2
Fix another typo
2 parentsed2a9d0 +e79f514 commitcee87c7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,15 +141,15 @@ From time to time Crossref needs to impose rate limits to ensure that the free A
141141
For ease-of-parsing, the`X-Rate-Limit-Interval` will always be expressed in seconds. So, for example the following tells you that you should expect to be able to perform 50 requests a second:
142142

143143
```
144-
`X-Rate-Limit-Limit`: 50
145-
`X-Rate-Limit-Interval`: 1s
144+
X-Rate-Limit-Limit: 50
145+
X-Rate-Limit-Interval: 1s
146146
```
147147

148148
Note that if we wanted to adjust the measurement window, we could specify:
149149

150150
```
151-
`X-Rate-Limit-Limit`: 3000
152-
`X-Rate-Limit-Interval`: 60s
151+
X-Rate-Limit-Limit: 3000
152+
X-Rate-Limit-Interval: 60s
153153
```
154154

155155

@@ -233,7 +233,7 @@ Singletons are single results. Retrieving metadata for a specific identifier (e.
233233

234234
###Headers only
235235

236-
You can use HTTP HEAD requests to quickly determine "existence" of a singleton. The advantage of this technique is that it is very fast because it does not return any metadata- it onlyretruns headers and an HTTP status code (200=exists, 404=does not exist).
236+
You can use HTTP HEAD requests to quickly determine "existence" of a singleton. The advantage of this technique is that it is very fast because it does not return any metadata- it onlyreturns headers and an HTTP status code (200=exists, 404=does not exist).
237237

238238
To determine if member ID`98` exists:
239239

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp