setupUrl method

Uri setupUrl(
  1. String space,
  2. String project
)

Implementation

Uri setupUrl(String space, String project) =>
    Uri.parse('$url/$space/$project/setup');