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