Trait

zhmyh.yandex.api

YandexAPI

Related Doc: package api

Permalink

trait YandexAPI extends AnyRef

Makes generic Yandex API functionality available to specific API classes.

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. YandexAPI
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val apiURI: String

    Permalink

    The API URI for specific Yandex service.

    The API URI for specific Yandex service.

    Attributes
    protected
  2. abstract val apiVer: String

    Permalink

    The API key and API version.

    The API key and API version.

    Attributes
    protected
  3. abstract val jsIfaceName: String

    Permalink

    The local name of JSON interface.

    The local name of JSON interface.

    Attributes
    protected
  4. abstract val key: String

    Permalink

    The API key and API version.

    The API key and API version.

    Attributes
    protected

Concrete Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  10. def getJSON(url: String, params: Map[String, String]): Try[JsValue]

    Permalink

    Forms HTTP request, sends it using GET method and returns the result of the request as JsValue.

    Forms HTTP request, sends it using GET method and returns the result of the request as JsValue.

    url

    The URL to query for a JsValue.

    params

    Additional GET query parameters.

    returns

    The instance of Try[JsValue]

    Attributes
    protected
  11. def getJSON(url: String, params: (String, String)*): Try[JsValue]

    Permalink

    Forms HTTP request, sends it using GET method and returns the result of the request as JsValue.

    Forms HTTP request, sends it using GET method and returns the result of the request as JsValue.

    url

    The URL to query for a JsValue.

    params

    Additional GET query parameters.

    returns

    The instance of Try[JsValue]

    Attributes
    protected
  12. def getJSON(url: String): Try[JsValue]

    Permalink

    Forms HTTP request, sends it using GET method and returns the result of the request as JsValue.

    Forms HTTP request, sends it using GET method and returns the result of the request as JsValue.

    url

    The URL to query for a JsValue.

    returns

    The instance of Try[JsValue]

    Attributes
    protected
  13. def getJSON(url: String, params: List[(String, String)]): Try[JsValue]

    Permalink

    Forms HTTP request, sends it using GET method and returns the result of the request as JsValue.

    Forms HTTP request, sends it using GET method and returns the result of the request as JsValue.

    url

    The URL to query for a JsValue.

    params

    Additional GET query parameters.

    returns

    The instance of Try[JsValue]

    Attributes
    protected
  14. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  16. def jsonURI: String

    Permalink

    Returns URI for API JSON interface.

    Returns URI for API JSON interface.

    Attributes
    protected
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. def retrieveJSON(url: String, params: Map[String, String]): Try[JsValue]

    Permalink

    Forms HTTP request, sends it using POST method and returns the result of the request as JsValue.

    Forms HTTP request, sends it using POST method and returns the result of the request as JsValue.

    url

    The URL to query for a JsValue.

    params

    Additional POST parameters.

    returns

    The instance of Try[JsValue]

    Attributes
    protected
  21. def retrieveJSON(url: String, params: (String, String)*): Try[JsValue]

    Permalink

    Forms HTTP request, sends it using POST method and returns the result of the request as JsValue.

    Forms HTTP request, sends it using POST method and returns the result of the request as JsValue.

    url

    The URL to query for a JsValue.

    params

    Additional POST parameters.

    returns

    The instance of Try[JsValue]

    Attributes
    protected
  22. def retrieveJSON(url: String, params: List[(String, String)]): Try[JsValue]

    Permalink

    Forms HTTP request, sends it using POST method and returns the result of the request as JsValue.

    Forms HTTP request, sends it using POST method and returns the result of the request as JsValue.

    url

    The URL to query for a JsValue.

    params

    Additional POST parameters.

    returns

    The instance of Try[JsValue]

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

    Permalink
    Definition Classes
    AnyRef
  24. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped