dev.cheleb.ziolaminartapir
Members list
Type members
Classlikes
A client to the backend, extending the endpoints as methods.
A client to the backend, extending the endpoints as methods.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
BackendClientLive.type
Attributes
- Supertypes
-
trait Producttrait Equalsclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class SessionLive[UserToken]
Attributes
- Supertypes
Types
Extensions
Extensions
Call the endpoint with a payload, and get a ZIO back.
Call the endpoint with a payload, and get a ZIO back.
Attributes
Call the secured endpoint with a payload, and get a ZIO back.
Call the secured endpoint with a payload, and get a ZIO back.
Attributes
Emit the result of the ZIO to an EventBus.
Emit the result of the ZIO to an EventBus.
Value parameters
- baseURL
-
The base URL to send the request to.
- bus
-
The EventBus to emit the result to.
Attributes
Emit the result of the ZIO to an EventBus.
Emit the result of the ZIO to an EventBus.
Underlying request to the default backend.
Attributes
Emit the result and error of the ZIO to an EventBus.
Emit the result and error of the ZIO to an EventBus.
Underlying request to the default backend.
Attributes
Emit the result and error of the ZIO to an EventBus.
Emit the result and error of the ZIO to an EventBus.
Value parameters
- baseURL
-
uri to send the request to
- bus
-
event bus to emit the result to
- error
-
event bus to emit the error to
Attributes
Emit the result of the ZIO to an EventBus of Either.
Emit the result of the ZIO to an EventBus of Either.
Underlying request to the default backend.
Value parameters
- bus
-
event bus to emit the result to
Attributes
Run the ZIO in JS.
Run the ZIO in JS.
emits the error to the console
Value parameters
- baseURL
-
the base URL to send the request to
Attributes
Run the ZIO in JS.
Run the ZIO in JS.
emits the error to the errorBus
Value parameters
- baseURL
-
the base URL to send the request to
Attributes
Run the ZIO in JS.
Run the ZIO in JS.
Attributes
Emit the result of the ZIO to an EventBus, and return the EventStream.
Emit the result of the ZIO to an EventBus, and return the EventStream.
Attributes
Extension to ZIO[BakendClient, E, A] that allows us to run in JS.
Extension to ZIO[BakendClient, E, A] that allows us to run in JS.
This is a side effect, and should be used with caution.