sponsors-api
sponsors-api copied to clipboard
Deprecation of "Sponsor" object
Prerequisites
- [ ] I searched to see if the issue already exists.
Description
The GitHub API is deprecating the "Sponsor" object in October. So kind of them :)
I came here as I haven't been able to work out how to use the new API and am finding it really confusing - the old approach you're using here is much easier to grok.
I thought you should know, and wondered if you'd started work on moving to the new API format?
Steps to Reproduce
This will stop working.
ah nice haha, nah I haven't looked into it yet
I've figured it out finally. They are using some kind of union which means you need a type assertion to access the data now. ... on User