package
module
Version:
v0.0.0-...-b4c2936
Opens a new window with list of versions in this module.
Published: Sep 4, 2020
License: GPL-3.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
isodos-go
Go module to interact with Internet Archive's Isodos API
Documentation
¶
Client store the Isodos
credentials and parameters
Init initialize the Isodos
Client and return it
Send proceed to send a slice of URLs to Isodos
type Response struct {
Digest string `json:"digest"`
Submitter string `json:"submitter"`
UUID string `json:"uuid"`
}
Response contains the response data of a request to Isodos
type URL struct {
URL string `json:"url"`
}
URL is a single JSON object that compose the
NDJSON payload for the batch endpoint
Source Files
¶
Click to show internal directories.
Click to hide internal directories.