Skip to content

feat(invoices): agregar métodos ZIP - #56

Merged
javorosas merged 9 commits into
mainfrom
chore/download_zip_methods
Aug 24, 2026
Merged

feat(invoices): agregar métodos ZIP#56
javorosas merged 9 commits into
mainfrom
chore/download_zip_methods

Conversation

@raul-facturapi

@raul-facturapi raul-facturapi commented Aug 12, 2026

Copy link
Copy Markdown
Collaborator

Cambios

  • Agrega métodos para solicitar archivos ZIP de facturas y retenciones.
  • Conserva el contrato de IFacturapiClient e interfaces de wrappers para mocks e inyección.
  • Documenta que añadir capacidades a esos wrappers es una feature menor; implementaciones manuales deben incorporar sus nuevos miembros.
  • Evita que las pruebas dependan del orden de parámetros del query string.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds support for invoice ZIP export/aggregation workflows to the .NET SDK by introducing new wrapper methods, router endpoints, and regression tests, along with a package version + changelog update.

Changes:

  • Added invoice ZIP request wrapper methods (create/list/retrieve/download) and corresponding routes.
  • Added behavior tests covering the new ZIP request endpoints and download stream behavior.
  • Bumped package version to 6.7.0 and documented the release in the changelog.

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
Wrappers/InvoiceWrapper.cs Implements ZIP request API calls (create/list/retrieve/download).
Wrappers/IInvoiceWrapper.cs Exposes ZIP request methods on the public invoice wrapper interface.
Router/InvoiceRouter.cs Adds route builders for ZIP request endpoints.
FacturapiTest/WrapperBehaviorTests.cs Adds regression tests validating the new routes and ZIP download stream behavior.
facturapi-net.csproj Bumps NuGet/package version to 6.7.0.
CHANGELOG.md Documents the new ZIP request methods in the 6.7.0 release entry.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread CHANGELOG.md Outdated
Comment thread FacturapiTest/WrapperBehaviorTests.cs
@javorosas javorosas changed the title chore(invoices): add ZIP request methods feat(invoices): agregar métodos ZIP Aug 21, 2026
@javorosas
javorosas merged commit 7f8a95d into main Aug 24, 2026
3 checks passed
@javorosas
javorosas deleted the chore/download_zip_methods branch August 24, 2026 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants