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.oai.client.ClientOAIRequest;
import org.xbib.oai.OAIRequest;

/**
 *
 */
public class IdentifyRequest extends ClientOAIRequest implements OAIRequest {

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy