biotorrents / gazelle

BioTorrents.de’s version of Gazelle
https://torrents.bio
ISC License
19 stars 3 forks source link

Replace cURL calls with Guzzle client calls #105

Open pjc09h opened 5 months ago

pjc09h commented 5 months ago

Some of the older API-based classes like Stats and SemanticScholar use raw cURL calls to build their requests. I ran into an issue trying to search Semantic Scholar for authors, in order to flesh out creators as first-class objects. These should just use Guzzle instead, which is already a deep dependency.