-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebService Importer/Exporter #114
Comments
I have a similar intention for the DataCite metadata store (https://www.datacite.org/), i.e. DOI registry service for research data. The necessary steps are:
@phochste Should we have another base class, e.g. Catmandu::Exporter::Webservice? |
@vpeil Yes, but I am a but uncomfortable with the naming convention. Catmandu::Exporter::Datacite that uses Catmandu::Exporter::Webservice as base class is ok for me. But be aware, I have issues with Catmandu::Exporter::MARC that used Perl subclassing in the past and got to problems having fixes executed twice. |
ok, then what about Catmandu::Webservice as base class? On 13/03/15 09:30, Patrick Hochstenbach wrote:
Vitali Peil |
Sure. For now all exporters are Catmandu::Exporter::<***> nothing deeper. |
Create an importer to push JSON to an URI
The text was updated successfully, but these errors were encountered: