Documentation ¶
Index ¶
Constants ¶
View Source
const (
ZENODO_API = "https://zenodo.org/api/"
)
Variables ¶
This section is empty.
Functions ¶
func ReleaseDataset ¶
func ReleaseDataset()
func WriteToCsv ¶
Write to CSV, use models.getkeys and .values with a filepath
Types ¶
type DatasetInfo ¶
type DatasetStruct ¶
type DatasetStruct struct { Managers []string `json:"managers"` Datasets []DatasetInfo `json:"datasets"` }
type ZENODOResponse ¶
type ZenodoDeposition ¶
type ZenodoRequestBody ¶
type ZenodoRequestBody struct {
Metadata ZenodoDeposition `json:"metadata"`
}
Click to show internal directories.
Click to hide internal directories.