We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This project follows DDD and for better understanding/developers onboarding it makes sense to describe components it uses and add proper references
The text was updated successfully, but these errors were encountered:
In model PoolEntryResponse you have two properties
version: <string> signaturePath: <bool>
The signaturePath seem to indicate a string rather than a boolean?
Sorry, something went wrong.
In LogEntryType enum you have these members
Add, Remove, Update
Does that imply that a package is never Delete?
The field is "hasSignature" actually.
It implies I'm not good at English and thought Delete and Remove are full synonyms. 😄
I'll correct that.
CRUD is acronym for
LordTermor
Successfully merging a pull request may close this issue.
This project follows DDD and for better understanding/developers onboarding it makes sense to describe components it uses and add proper references
The text was updated successfully, but these errors were encountered: