[Koha-bugs] [Bug 25952] Github search for plugin throwing errors for % and koha-plugin search terms

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jul 8 13:01:43 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25952

--- Comment #1 from David Cook <dcook at prosentient.com.au> ---
It looks like it's due to rate limiting.

I can use the search API:
https://api.github.com/search/repositories?q=koha-plugin+user:bywatersolutions+in:name,description

But I can't get the releases:
https://api.github.com/repos/bywatersolutions/koha-plugin-coverflow/releases/latest

I guess that's because I've done < 60 searches, but each search has to do X
release API calls, so it would be easy to exceed 60 API calls quickly if a
person was looking for "koha-plugin" which would retrieve everything.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list