io.github.pidoveproject.showdown.client.cats.CatsShowdownClient
class CatsShowdownClient[F[_]](runtime: Runtime[ZIOShowdownClient])(implicit evidence$1: Async[F]) extends ShowdownClient[String, [e, r] =>> F[r], [r] =>> Stream[F, r], [r] =>> Resource[F, r]]
Attributes
-
Graph
-
-
Supertypes
-
trait ShowdownClient[String, [e, r] =>> F[r], [r] =>> Stream[F, r], [r] =>> Resource[F, r]]
class Object
trait Matchable
class Any
Members list
Login to a registered account.
Login to a registered account.
Value parameters
-
challStr
-
the token used for authentication
-
name
-
the name of the account
-
password
-
the password of the account
Attributes
-
Returns
-
the authentication response sent by the server
-
Definition Classes
-
ShowdownClient
Value parameters
-
challStr
-
the token used for authentication
-
name
-
the name to take in game
Attributes
-
Returns
-
the guest's name if the authentication succeeds
-
Definition Classes
-
ShowdownClient
Open a connection to the pokemon showdown server.
Open a connection to the pokemon showdown server.
Attributes
-
Definition Classes
-
ShowdownClient