NatLibFi / RecordManager

A metadata record management system written in PHP, intended to be used in conjunction with VuFind or another Solr-based discovery interface. Provides import, export, harvesting (OAI-PMH), normalization, deduplication and Solr index update functionality with support for multiple metadata formats. Also includes an OAI-PMH provider that can be used to access the data stored in RecordManager database. Functionality driven by simple command line programs for easy automation.
GNU General Public License v2.0
47 stars 31 forks source link

Switch to Guzzle as the HTTP client. #161

Closed EreMaijala closed 4 months ago

EreMaijala commented 4 months ago

@demiankatz I'd appreciate your help with checking that GeniePlus still works properly. And feel free to comment on other parts as well. Thanks!

demiankatz commented 4 months ago

@demiankatz I'd appreciate your help with checking that GeniePlus still works properly. And feel free to comment on other parts as well. Thanks!

I just checked out this branch, copied in my GeniePlus harvest configuration, and successfully harvested the last month's worth of records. Everything seems to behave the same as before with no problems.

EreMaijala commented 4 months ago

@demiankatz Thanks!