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
In the code generating the CPAN Digger first I call $mcpan->recent and then on every release I call $mcpan->cover($release->name); If I understand correctly this will generate as many API requests as releases I fetch. (Which is now 200).
Is there a way to get the cover data already in the first call together with the other data of the recently uploaded releases?
The text was updated successfully, but these errors were encountered:
In the code generating the CPAN Digger first I call
$mcpan->recent
and then on every release I call$mcpan->cover($release->name);
If I understand correctly this will generate as many API requests as releases I fetch. (Which is now 200).Is there a way to get the cover data already in the first call together with the other data of the recently uploaded releases?
The text was updated successfully, but these errors were encountered: