AccountsRequestBuilder constructor

AccountsRequestBuilder(
  1. Client httpClient,
  2. Uri serverURI
)

Implementation

AccountsRequestBuilder(http.Client httpClient, Uri serverURI)
    : super(httpClient, serverURI, ["accounts"]);