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

Commit907cdbe

Browse files
authored
add warning about rows/offsets
1 parent25ea07b commit907cdbe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎api_tips.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ If you are trying to match references- the simplest approach is the best. Just u
7575
```
7676
http://api.crossref.org/works?query.bibliographic="Toward a Unified Theory of High-Energy Metaphysics, Josiah Carberry 2008-08-13"&rows=2
7777
```
78+
###Don't use`rows`/`offsets` in the`/works` route . They are very expensive and slow. Use cursors instead.
79+
80+
Note much to say. We implimented rows/offsets early in the development of the API and regretted it emmediately. So we implimented cursors instead and kept rows/offsets so as to not break existing scripts. But NOBODY should use them.
7881

7982
###Optimise your requests and pay attention to errors.
8083

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp