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

munchkin.steam.model.GetAppDetailsRequest.scala Maven / Gradle / Ivy

The newest version!
package munchkin.steam.model

case class GetAppDetailsRequest(
  appids: List[Long],
  filters: List[String] = Nil
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy