Package

com.codacy.api

client

Permalink

package client

Visibility
  1. Public
  2. All

Type Members

  1. class CodacyClient extends AnyRef

    Permalink
  2. case class Request[T](endpoint: String, classType: Class[T]) extends Product with Serializable

    Permalink
  3. case class RequestResponse[T](value: Option[T], message: String = "", hasError: Boolean = false) extends Product with Serializable

    Permalink
  4. case class RequestSuccess(message: String) extends Product with Serializable

    Permalink
  5. case class ResponseError(id: String, detail: String, message: String) extends Product with Serializable

    Permalink

Value Members

  1. object RequestSuccess extends Serializable

    Permalink
  2. object ResponseError extends Serializable

    Permalink

Ungrouped