Documentation ¶
Index ¶
Constants ¶
View Source
const (
// NexusFileDownload file_id, NexusGameID
NexusFileDownload = "https://www.nexusmods.com/Core/Libs/Common/Widgets/DownloadPopUp?id=%d&game_id=%v"
)
Variables ¶
This section is empty.
Functions ¶
func GetDownloads ¶ added in v0.8.1
func NewClient ¶
func NewClient(compiler u.ModCompiler) *client
Types ¶
type NexusFile ¶
type NexusFile struct { FileID int `json:"file_id"` Name string `json:"name"` Version string `json:"version"` IsPrimary bool `json:"is_primary"` FileName string `json:"file_name"` ModVersion string `json:"mod_version"` Description string `json:"description"` }
func (NexusFile) ToDownload ¶ added in v0.8.1
Click to show internal directories.
Click to hide internal directories.