DataPointsResource

Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def parseAggregateDataPoints(response: DataPointListResponse): Seq[QueryAggregatesResponse]
def parseNumericDataPoints(response: DataPointListResponse): Seq[DataPointsByIdResponse]
def parseNumericDataPointsByExternalId(response: DataPointListResponse): Seq[DataPointsByExternalIdResponse]
def parseStringDataPoints(response: DataPointListResponse): Seq[StringDataPointsByIdResponse]
def screenOutNan(d: Double): Option[Double]

Implicits

Implicits

implicit val dataPointDecoder: Decoder[DataPoint]
implicit val dataPointEncoder: Encoder[DataPoint]