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

wei-k.ghscala_2.10.0.5.0.source-code.Download.scala Maven / Gradle / Ivy

package ghscala

// TODO deprecate
// http://developer.github.com/v3/repos/downloads/
case class Download(
  content_type   :Option[String],
  description    :String,
  created_at     :DateTime,
  html_url       :String,
  url            :String,
  size           :Long,
  name           :String,
  id             :Long,
  download_count :Long
)





© 2015 - 2025 Weber Informatics LLC | Privacy Policy