capacitor-community / apple-sign-in

Sign in with Apple Support
MIT License
136 stars 59 forks source link

Uses non-standard Capitalisation for the API #5

Closed chrisweight closed 3 years ago

chrisweight commented 4 years ago

The plugin exposes a .Authorize()method, this is Capitalised and thus non-standard, it might be useful to rename it to .authorize() to keep it standardised. This would necessitate a major-version bump as it's a breaking change.

mlynch commented 4 years ago

Agreed these should all be lowercased

chrisweight commented 3 years ago

Dealt with in #18