swiftly icon indicating copy to clipboard operation
swiftly copied to clipboard

Use only swift.org API for querying for downloadable toolchains

Open cmcgee1024 opened this issue 1 year ago • 1 comments

The swift.org API should be the source of truth for discovering downloadable toolchains. If none can be discovered for a particular selector from this API then don't fall back to GitHub as this is working around the site's API. It is expected that this will sever the last of the GitHub API requirement in swiftly, so that code should be removed.

cmcgee1024 avatar Sep 12 '24 18:09 cmcgee1024

Also, all of the URL's used by swiftly should have fully qualified www.swift.org URL's to avoid excessive redirection.

cmcgee1024 avatar Sep 13 '24 20:09 cmcgee1024

The transition to the new API is complete. Closing this.

cmcgee1024 avatar Nov 07 '24 13:11 cmcgee1024