me.elrod.pkgwat

Pkgwat

class Pkgwat extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Pkgwat
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Pkgwat(baseURL: String = ...)

Type Members

  1. case class FilteredQuery(rowsPerPage: Int, startRow: Int, filters: Map[String, String]) extends Product with Serializable

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. object MyJsonProtocol extends DefaultJsonProtocol

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def bugs(pkg: String, version: String = "all", rowsPerPage: Int = 10, startRow: Int = 0): Future[APIResults[Bug]]

    Returns a Future[APIResults[Bug]] after looking up package bugs.

    Returns a Future[APIResults[Bug]] after looking up package bugs.

    pkg

    The package to search for bugs for.

    version

    The package version to filter for.

    rowsPerPage

    How many rows should be returned at a time.

    startRow

    The result row number to start at.

  9. def builds(pkg: String, state: Option[String] = None, rowsPerPage: Int = 10, startRow: Int = 0): Future[APIResults[Build]]

    Returns a Future[APIResults[Build]] after looking up builds.

    Returns a Future[APIResults[Build]] after looking up builds.

    pkg

    The package to search for.

    state

    The build state to search for.

    rowsPerPage

    How many rows should be returned at a time.

    startRow

    The result row number to start at.

  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. def get(query: String, rowsPerPage: Int = 10, startRow: Int = 0): Future[Option[Package]]

    Returns a Future[Option[Package]] after searching Fedora Packages for it.

    Returns a Future[Option[Package]] after searching Fedora Packages for it.

    query

    The package to search for.

    rowsPerPage

    How many rows should be returned at a time.

    startRow

    The result row number to start at.

  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  21. def releases(pkg: String, rowsPerPage: Int = 10, startRow: Int = 0): Future[APIResults[Release]]

    Returns a Future[Option[List[Release]]] after looking up package releases.

    Returns a Future[Option[List[Release]]] after looking up package releases.

    pkg

    The package to search for.

    rowsPerPage

    How many rows should be returned at a time.

    startRow

    The result row number to start at.

  22. def search(query: String, rowsPerPage: Int = 10, startRow: Int = 0): Future[APIResults[Package]]

    Returns a Future[APIResults] after searching for a package.

    Returns a Future[APIResults] after searching for a package.

    query

    The package to search for.

    rowsPerPage

    How many rows should be returned at a time.

    startRow

    The result row number to start at.

  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  24. def toString(): String

    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  26. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  27. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any

Ungrouped