discovery

package discovery

Members list

Type members

Classlikes

abstract class AbstractClient[F[_]](client: Client[F])(implicit F: Concurrent[F])

Attributes

Supertypes
class Object
trait Matchable
class Any
case class ApiMethod(path: String, httpMethod: String, description: Option[String], parameters: HttpParameters, scopes: List[String], request: Option[Schema], response: Option[Schema], deprecated: Option[Boolean])

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
ApiMethod.type
case class CaseClass(name: String, parameters: List[Parameter]) extends GeneratedType

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
CaseClass.type
case class ClientCodegen(name: String, baseUri: Uri, methods: List[ResolvedApiMethod])

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
object Code

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Code.type
object Codegen

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Codegen.type
case class Discovery(schemas: Map[String, Schema], revision: String, version: String, baseUrl: Uri, resources: Resources)

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Discovery.type
class DiscoveryClient[F[_]](client: Client[F])(implicit evidence$1: Concurrent[F])

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
case class DiscoveryCollection(discoveryVersion: String, items: Vector[Item])

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class EnumType(name: String, cases: List[String], descriptions: List[String]) extends GeneratedType

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
EnumType.type
sealed trait GeneratedType

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object GeneratedType

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
case class GoogleError(code: Option[Int], message: Option[String], errors: List[ErrorInfo], details: List[Details]) extends Exception

Attributes

Companion
object
Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
object GoogleError

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class HttpParameter(`type`: String, description: String, required: Option[Boolean], location: String)

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class HttpParameters(parameters: Map[String, HttpParameter], order: List[String])

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class JsonObjectWrapper(name: String) extends GeneratedType

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class Parameter(name: String, `type`: Type, description: Option[String], required: Boolean, default: Option[Doc])

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Parameter.type
case class QueryParams(basename: String, params: List[Parameter])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Resource(methods: Map[String, ApiMethod], resources: Resources, deprecated: Option[Boolean])

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Resource.type
case class Resources(resources: Map[String, Resource])

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Resources.type
case class Schema(description: Option[String], `type`: Option[String], format: Option[String], $ref: Option[String], properties: Option[Map[String, Schema]], additionalProperties: Option[Schema], items: Option[Schema], enum: Option[List[String]], enumDescriptions: Option[List[String]])

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Schema.type
case class Template(path: String, params: List[Parameter])

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Template.type
sealed trait Type extends Product, Serializable

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class Constructor
class Imported
class Simple
object Type

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Type.type
case class TypeClassInstance(name: String, `type`: Type, body: Doc)

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type