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

me.jeffshaw.digitalocean.Path.scala Maven / Gradle / Ivy

package me.jeffshaw.digitalocean

private[digitalocean] trait Path {
  protected val path: Seq[String]

  protected val queryParameters: Map[String, Seq[String]] = Map.empty
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy