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
Hi @patriksvensson, some of these older endpoints or requests have had fields added to them over time which we've missed in octokit!
It would be awesome if you want to send in a PR.
FYI our convention for optional fields is they should be nullable and should be set via object initialisation syntax (ie not via the ctor) if that helps! 🙏
It would be great if the (optional)
login
andallow_signup
parameters was present on theOauthLoginRequest
class.Documentation for this can be found here: https://developer.github.com/apps/building-oauth-apps/authorizing-oauth-apps/#parameters
I would be happy to submit a PR for this.
The text was updated successfully, but these errors were encountered: