2021.09 improvements #7
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
kamafi core
kamafi-core libraries
General improvements
kamafi.core.data
Roles
toConstants.cs
.Admin
, etc.public static string ToCamelCase(this string s)
(Source kamafi-liability)public static string RemoveWhitespace(this string s)
(Source kamafi-liability)FluentValidation
camel case resolvedCamelCasePropertyNameResolver
(Source kamafi-liability)kamafi.core.middleware
Improvements for the middleware package
OpenApi
string[] ApiSupportedVersions
. Example is as followsDefaultUnsupportedApiVersionMessage
Example of a message
This (
DefaultUnsupportedApiVersionMessage
) needs to be replaced in the following middleware (which is being called by the Versioning one)The solution would be to add more optional configuration in
KamafiConfiguration
object. Then pass down the configuration to theApiVersioningErrorResponseProvider
. The message will be inherited from theApiSupportedVersions
string arrayEventing
AddEventingRestClient
toAddKamafiEventingRestClient
The text was updated successfully, but these errors were encountered: