Rest constructor

Rest(
  1. String path
)

Implementation

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