All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.taig.communicator.ops.Request.scala Maven / Gradle / Ivy

There is a newer version: 3.5.1
Show newest version
package io.taig.communicator.ops

import io.taig.communicator
import io.taig.communicator.Parser
import okhttp3.OkHttpClient

import scala.concurrent.ExecutionContext

trait Request {
    def request: okhttp3.Request

    def start[T: Parser]()( implicit client: OkHttpClient, executor: ExecutionContext ) = communicator.Request( request )
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy