Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddResponse ¶ added in v0.1.3
type AddResponse struct { Created string `json:"created"` Modified string `json:"modified"` Size int64 `json:"size"` Key string `json:"key"` MimeType string `json:"mimetype"` Checksum string `json:"checksum"` Owner int `json:"owner"` RecordId int64 `json:"record_id"` Links Links `json:"links"` }
AddResponse represents output of /create API
type CreateResponse ¶ added in v0.1.3
type CreateResponse struct { Id int64 `json:"id"` MetaData MetaData `json:"metadata"` Created string `json:"created"` Modified string `json:"modified"` Owner int `json:"owner"` RecordId int64 `json:"record_id"` State string `json:"state"` Submitted bool `json:"submitted"` Title string `json:"title"` Links Links `json:"links"` }
CreateResponse represents output of /create API
type Links ¶
type Links struct { Bucket string `json:"bucket"` Discard string `json:"discard"` Edit string `json:"edit"` Files string `json:"files"` Html string `json:"html"` LatestDraft string `json:"latest_draft"` LasestDraftHtml string `json:"latest_draft_html"` NewVersion string `json:"newversion"` Publish string `json:"publish"` RegisterConceptDoi string `json:"registerconceptdoi"` Self string `json:"self"` }
Links contains zenodo links
type MetaData ¶
type MetaData struct { AccessRight string `json:"access_right"` PrereserveDoi PrereserveDoi `json:"prereserve_doi"` }
MetaData represents meta-data struct
type MetaDataRecord ¶ added in v0.1.3
type MetaDataRecord struct { PublicationType string `json:"publication_type"` UploadType string `json:"upload_type"` Description string `json:"description"` Keywords []string `json:"keywords"` Title string `json:"title"` Licences []string `json:"licenses,omitempty"` Version string `json:"version,omitempty"` Publisher string `json:"publisher,omitempty"` Contributors []Creator `json:"contributors,omitempty"` Creators []Creator `json:"creators"` }
MetaDataRecord represents meta-data record
func (*MetaDataRecord) Validate ¶ added in v0.1.3
func (m *MetaDataRecord) Validate() error
Validate provides validation of meta data record
type PrereserveDoi ¶
PrereserveDoi represents PrereserveDoi struct
Click to show internal directories.
Click to hide internal directories.