Commit 0e7e951
authored
fix(dts-generator): fix download-apijson by querying differently (#489)
Don't use the scoped search, which apparently stopped working, and use standard search instead.
The max supported limit of search results is 250 right now
and the current number of hits is still lower (183).
This number might increase over time to a degree
where relevant libraries are not within the first 250.
Results are sorted by popularity etc., so the libraries are right now still
at the very beginning of the result list.
This creates a comfortable buffer for the time being.
Fixes #4881 parent e3e6a84 commit 0e7e951
1 file changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | | - | |
79 | | - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| |||
0 commit comments