DSpace.API.PID (dspace_ex v0.1.0-alpha2)

Copy Markdown View Source

Operations for working with persistent identifiers.

Summary

Functions

Resolves a persistent identifier to a "DSpace Object" resource.

Functions

resolve(identifier)

@spec resolve(binary()) :: DSpace.API.Operation.JSON.t()

Resolves a persistent identifier to a "DSpace Object" resource.

Attempts to find a "DSpace Object" matching the provided identifier (DOI, Handle, etc.). If found, redirects the request to the endpoint for that resource.

If the configured HTTP adapter follows redirects, executing this operation will return the resource.