o

dynamics.cli

contextdefaults

object contextdefaults

Utilities for creating contexts.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. contextdefaults
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def makeAuthMiddleware(common: CommonConfig)(implicit sch: Scheduler, ec: ExecutionContext): Middleware[IO]

    Auth retry is the default from RetryMiddleware.pause.

  2. def makeHTTPClient(common: CommonConfig, headers: HttpHeaders = HttpHeaders.empty)(implicit ec: ExecutionContext, F: MonadError[IO, Throwable], scheduler: Scheduler): Client[IO]

    Create a default node-fetch based Client based on the common config.

  3. def makePolicy(common: CommonConfig): Middleware[IO]