-
Notifications
You must be signed in to change notification settings - Fork 7
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
GitAuto: [FEATURE] Api para enviar cadastros #382
GitAuto: [FEATURE] Api para enviar cadastros #382
Conversation
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Approve permission(s) to allow GitAuto to access the check run logs here: https://github.com/settings/installations/52064309/permissions/update |
Committed the Check Run |
Infisical secrets check: ✅ No secrets leaked! 💻 Scan logs12:11AM INF scanning for exposed secrets...
12:11AM INF 335 commits scanned.
12:11AM INF scan completed in 246ms
12:11AM INF no leaks found
|
▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 30% |
▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 30% |
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.
Sonarcsharp (reported by Codacy) found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
❌ Build VTEX-SDK-dotnet 2.4.43 failed (commit 24989faa5d by @gitauto-ai[bot]) |
Resolves #21
O que é a funcionalidade
Adição de uma API para envio de cadastros de produtos para o e-commerce.
Por que precisamos da funcionalidade
Atualmente, o envio de produtos é realizado via webservice SOAP, o que pode ser complexo e menos eficiente para os desenvolvedores. Com a implementação de uma API RESTful, facilitaremos a integração e melhoraremos a experiência do usuário ao interagir com a plataforma de e-commerce VTEX.
Como implementar e por quê
Essas etapas proporcionam uma implementação estruturada que melhora a eficiência, segurança e usabilidade da plataforma.
Sobre a compatibilidade com versões anteriores
Manter a compatibilidade com a integração existente via webservice SOAP é essencial para não interromper o fluxo de trabalho dos desenvolvedores que já utilizam a versão atual. A nova API será adicionada como uma funcionalidade complementar, permitindo que os usuários escolham entre continuar com SOAP ou adotar a nova API RESTful conforme suas necessidades.
Test these changes locally