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

org.xbib.oai.client.identify.IdentifyRequest Maven / Gradle / Ivy

There is a newer version: 2.3.1
Show newest version
package org.xbib.oai.client.identify;

import org.xbib.net.URL;
import org.xbib.oai.client.AbstractOAIRequest;

/**
 *
 */
public class IdentifyRequest extends AbstractOAIRequest {

    public IdentifyRequest(URL url) {
        super(url);
        addParameter(VERB_PARAMETER, IDENTIFY);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy