MCPcopy Create free account
hub / github.com/Rello/analytics / buildPackageVersionsUrl

Method buildPackageVersionsUrl

lib/Datasource/Github.php:305–307  ·  view source on GitHub ↗
(array $option)

Source from the content-addressed store, hash-verified

303 }
304
305 private function buildPackageVersionsUrl(array $option): string {
306 return 'https://github.com/orgs/' . rawurlencode($option['user']) . '/packages/container/' . rawurlencode($option['repository']) . '/versions?filters%5Bversion_type%5D=tagged';
307 }
308
309 private function parsePackageDownloadRows(string $html, array $option): array {
310 $rows = [];

Callers 1

readDataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected