RestInterfaceClient.this

Creates a new REST client implementation of I.

  1. this(RestInterfaceSettings settings)
  2. this(string base_url, MethodStyle style)
    class RestInterfaceClient(I)
    this
    (
    string base_url
    ,
    MethodStyle style = MethodStyle.lowerUnderscored
    )
  3. this(URL base_url, MethodStyle style)

Meta