Package

com.codacy.api

client

Permalink

package client

Visibility
  1. Public
  2. All

Type Members

  1. class CodacyClient extends AnyRef

    Permalink
  2. case class FailedResponse(message: String) extends RequestResponse[Nothing] with Product with Serializable

    Permalink
  3. case class Request[T](endpoint: String, classType: Class[T], queryParameters: Map[String, String] = Map.empty) extends Product with Serializable

    Permalink
  4. sealed trait RequestResponse[+A] extends AnyRef

    Permalink
  5. case class RequestSuccess(success: String) extends Product with Serializable

    Permalink
  6. case class SuccessfulResponse[A](value: A) extends RequestResponse[A] with Product with Serializable

    Permalink

Value Members

  1. object RequestResponse

    Permalink

Ungrouped