All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nl.pvanassen.steam.store.history.HistoryItem Maven / Gradle / Ivy

Go to download

A Java API to access the Steam community market through the HTTP interface. This may be against the TOS so be careful using it!

There is a newer version: 3.0.8
Show newest version
package nl.pvanassen.steam.store.history;

import nl.pvanassen.steam.store.common.Item;

/**
 * An item of history
 * 
 * @author Paul van Assen
 */
public class HistoryItem extends Item {
    /**
     * Base class for history items
     * @param appId App id
     * @param urlName Url name
     */
    protected HistoryItem(int appId, String urlName) {
        super(appId, urlName);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy