pmh

package
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 31, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package provides a client and server implementation for the OAI-PMH v2.0 Protocol.

The full specification can be found here: https://www.openarchives.org/OAI/openarchivesprotocol.html

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {

	// HTTPClient is the default http.Client with 60 second timeout.
	// The timeout can be increased by providing your own http.Client
	HTTPClient http.Client
	// contains filtered or unexported fields
}

Client

func NewClient

func NewClient(endpoint string) (Client, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL