Skip to content
Snippets Groups Projects
Commit aee25f9f authored by Paul Millar's avatar Paul Millar
Browse files

oai-pmh: add custom HTTParty client

Motivation:

Currently, there is a lot of HTTP/networking code mixed in with
application code.  It would be good to seperate these concerns,
particularly as we want to introduce connection reuse.

Modification:

Introduce new class that uses HTTParty as a mixin.  Update code to take
advantage of this new class.

Result:

Reduced code duplication; now easier to add new features.
parent e3f28fde
No related branches found
No related tags found
1 merge request!66oai-pmh: add custom HTTParty client
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment