-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
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
Pz/types 003 - Categories API #466
Conversation
This reverts commit cd9ea9e.
This reverts commit 1c4f86d.
…mers Wk/update order vouchers customers
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sprawdzić czy w OpenAPI możemy robić coś na zasadzie “Omit<>” z TS?
W PR 003 (zarówno kod jak i dokumentacja) musimy dostosować nazewnictwo do naszego patternu, doprecyzować również nazewnictwo np. Liczba mnoga/pojedyńćza?
Zaproponować bardziej logiczny sposób tworzenia struktury obiektów
- bazowy obiekt “Category”
- “CategoryListResponse” -> używać “Category”
- “CategoriesCreate” -> używać “Category”
Upewnić się, że pola required/optional są poprawne zarówno w SDK jak i OpenAPI
Jak zaproponowana struktura obiektów wyświetli się w Readmeio??
20230828
Added schemas
Endpoints changes
/v1/categories
ListCategories
CreateCategory
ResponseCreateCategory
/v1/categories/{categoryId}
CategoryObject
UpdateCategoryRequest
ResponseUpdateCategory