Leaving python-dev behind
Leaving python-dev behind
Posted Aug 1, 2022 22:25 UTC (Mon) by mathstuf (subscriber, #69389)In reply to: Leaving python-dev behind by farnz
Parent article: Leaving python-dev behind
The issue (a lot of the time) is that some of the web UI is using undocumented or private APIs. See this issue[1] about getting a "subscribe to issue" button in an Android app for GitHub. It *now* exists as a GraphQL endpoint, but the app isn't set up for that, so it is still left in the dust until that porting happens.