Host applications that have their own API controllers may not have chosen to inflect "api" to "API"
In that scenario, simply including the CASino Engine into that application will cause the entire app to "blow up".
In accordance with the "Principle of least astonishment", CASino should not mandate how certain words are inflected unless they are entirely unique to CASino.
Removes the inflection rule for the API acronym
Renames the few classes/modules that live within that namespace
Aliases the "Api" namespace to "API" for applications that have chosen
to inflect "api" to "API"
Coverage remained the same when pulling 8d171cc75152df14c118142d8649549c022f87ea on dlindahl:features/remove_api_inflection into 50be8f059f2c4f3e7f59b8da6e694bcad1b0a0b3 on rbCAS:release/2.0.
Host applications that have their own API controllers may not have chosen to inflect "api" to "API"
In that scenario, simply including the CASino Engine into that application will cause the entire app to "blow up".
In accordance with the "Principle of least astonishment", CASino should not mandate how certain words are inflected unless they are entirely unique to CASino.