softwerkab / fortnox-csharp-api-sdk

.NET SDK for Fortnox API.
MIT License
52 stars 64 forks source link

Rename Auth to Authorization #182

Open vanillajonathan opened 3 years ago

vanillajonathan commented 3 years ago

Rename classes and methods such as BuildAuthUri to BuildAuthorizationUri to avoid ambiguity between authorization and authentication. This also goes for other classes and methods with the name containing "Auth" in their name.

Note that the Microsoft Framework Design Guidelines discourages the use of abbreviations. https://docs.microsoft.com/en-us/dotnet/standard/design-guidelines/general-naming-conventions