com.socrata

soda2

package soda2

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

Type Members

  1. class ColumnName extends AnyRef

    An object representing a SODA2 dataset column name

  2. trait ColumnNameLike[T] extends AnyRef

    A typeclass for things that can be converted to com.socrata.soda2.ColumnNames.

  3. class InvalidResponseJsonException extends SodaProtocolException

    Thrown if a response is a valid JSON datum, but cannot be interpreted according to the SODA2 specification.

  4. class MalformedResponseJsonException extends SodaProtocolException

    Thrown if malformed JSON is returned from the SODA server.

  5. class Resource extends AnyRef

    An object representing a SODA2 resource identifier.

  6. trait ResourceLike[T] extends AnyRef

    A typeclass for things that can be converted to com.socrata.soda2.Resources.

  7. type Soda2Metadata = Map[String, String]

    A map with case-insensitive keys containing all the SODA2-specific metadata that is returned with a response.

    A map with case-insensitive keys containing all the SODA2-specific metadata that is returned with a response. In the HTTP case, this means all the "X-SODA2-" HTTP headers.

  8. abstract class SodaException extends RuntimeException

    The superclass of all exceptions caused by conditions defined by the SODA2 specification.

  9. abstract class SodaProtocolException extends RuntimeException

    Thrown if a valid transport (i.

  10. class UnknownTypeException extends SodaProtocolException

Value Members

  1. object ColumnName extends (String) ⇒ ColumnName

  2. object ColumnNameLike

  3. object Resource extends (String) ⇒ Resource

  4. object ResourceLike

  5. object Util

  6. package consumer

  7. package exceptions

  8. package http

  9. package values

Inherited from AnyRef

Inherited from Any

Ungrouped