Client

discovery.Client
See theClient companion object
case class Client(name: String, baseUri: Uri, methods: List[ResolvedInvocation])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def imports: List[String]
def reads: List[Doc]
def toCode: String
def writes: List[Doc]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product