Struct steam_workshop_api::Workshop [−][src]
pub struct Workshop { /* fields omitted */ }Implementations
Creates a new workshop instance, client will be auto created if None
Gets an authorized workshop, allows access to methods that require api keys. Get api keys from https://steamcommunity.com/dev/apikey
Allows you to use AuthedWorkshop methods using a proxy to handle. Public search proxy: https://jackz.me/scripts/workshop.php?mode=search
Gets all *.vpk files in a directory
pub fn get_published_file_details(
&self,
fileids: &[String]
) -> Result<Vec<WorkshopItem>, Error>[src]
pub fn get_published_file_details(
&self,
fileids: &[String]
) -> Result<Vec<WorkshopItem>, Error>[src]Fetches the latest WorkshopItem per each addon id
Auto Trait Implementations
impl !RefUnwindSafe for Workshopimpl !UnwindSafe for Workshop