Rest constructor

Rest(
  1. String basePath
)

Implementation

Rest(String basePath) : super(http.BrowserClient(), basePath);