You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
improve registry client handling of alternative locations (#4142)
motication: preparation work for mixed graphs
changes:
* rename RegistryClient::listVersions API to getPackageMetadata and revise it to parse the link header that contains the alternative URLs for the package
* enhance RegistryClient::getIdentifers API to use codable for parsing the server result
* add small utility to drop prefx from string to Basics
* cleanup redundant HTTPClientProtocol which was used for RegistryClient testing but since deprecated
* add and adjust tests
0 commit comments