You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -141,15 +141,15 @@ From time to time Crossref needs to impose rate limits to ensure that the free A
141
141
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:
142
142
143
143
```
144
-
`X-Rate-Limit-Limit`: 50
145
-
`X-Rate-Limit-Interval`: 1s
144
+
X-Rate-Limit-Limit: 50
145
+
X-Rate-Limit-Interval: 1s
146
146
```
147
147
148
148
Note that if we wanted to adjust the measurement window, we could specify:
149
149
150
150
```
151
-
`X-Rate-Limit-Limit`: 3000
152
-
`X-Rate-Limit-Interval`: 60s
151
+
X-Rate-Limit-Limit: 3000
152
+
X-Rate-Limit-Interval: 60s
153
153
```
154
154
155
155
@@ -233,7 +233,7 @@ Singletons are single results. Retrieving metadata for a specific identifier (e.
233
233
234
234
###Headers only
235
235
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).