Package

thangiee

riotapi

Permalink

package riotapi

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. riotapi
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. trait ApiCaller extends AnyRef

    Permalink
  2. case class BadRequest(url: String) extends RiotError with Product with Serializable

    Permalink
  3. implicit final class DurationDouble extends AnyVal with DurationConversions

    Permalink
  4. implicit final class DurationInt extends AnyVal with DurationConversions

    Permalink
  5. implicit final class DurationLong extends AnyVal with DurationConversions

    Permalink
  6. type JsonString = String

    Permalink
  7. sealed trait QueueType extends AnyRef

    Permalink
  8. case class RateLimit(key: String) extends RiotError with Product with Serializable

    Permalink
  9. sealed trait RiotError extends AnyRef

    Permalink
  10. case class Unauthorized(key: String) extends RiotError with Product with Serializable

    Permalink

Value Members

  1. object ApiCaller

    Permalink
  2. object DataNotFound extends RiotError

    Permalink
  3. object RankedSolo5v5 extends QueueType

    Permalink
  4. object RankedTeam3v3 extends QueueType

    Permalink
  5. object RankedTeam5v5 extends QueueType

    Permalink
  6. object RiotApi

    Permalink

    Provide everything you need to consume the Riot API

    Provide everything you need to consume the Riot API

    See https://developer.riotgames.com/api/methods for documentations of all api methods.

  7. object ServerError extends RiotError

    Permalink
  8. object ServiceUnavailable extends RiotError

    Permalink
  9. object TimeOut extends RiotError

    Permalink
  10. package currentgame

    Permalink
  11. package game

    Permalink
  12. package league

    Permalink
  13. package matches

    Permalink
  14. package matchhistory

    Permalink
  15. package matchlist

    Permalink
  16. package staticdata

    Permalink
  17. package stats

    Permalink
  18. package summoner

    Permalink
  19. package team

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped