Rest constructor

Rest(
  1. String basePath
)

Implementation

Rest(String basePath) : super(http.Client() as http.BaseClient, basePath);