getApiURL static method

String getApiURL(
  1. String school
)

Implementation

static String getApiURL(String school) {
  return "https://$school.zportal.nl/api/v3";
}