All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.dspace.identifier.doi.package-info Maven / Gradle / Ivy

There is a newer version: 8.0
Show newest version
/**
 * The contents of this file are subject to the license and copyright
 * detailed in the LICENSE and NOTICE files at the root of the source
 * tree and available online at
 *
 * http://www.dspace.org/license/
 */
/**
 * Make requests to the DOI registration angencies, f.e.to
 *  EZID DOI service, and analyze the responses.
 * 
 * 

* Use {@link org.dspace.identifier.ezid.EZIDRequestFactory#getInstance} to * configure an {@link org.dspace.identifier.ezid.EZIDRequest} * with your authority number and credentials. {@code EZIDRequest} encapsulates * EZID's operations (lookup, create/mint, modify, delete...). * An operation returns an {@link org.dspace.identifier.ezid.EZIDResponse} which * gives easy access to EZID's status code and value, status of the underlying * HTTP request, and key/value pairs found in the response body (if any). *

*/ package org.dspace.identifier.doi;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy