Uri localeUrl(String space, String project, String locale, [int? timestamp]) => Uri.parse('$url/$space/$project/locale/$locale' + (timestamp == null ? '' : '?timestamp=$timestamp'));