Skip to content

Create Parameter Query endpoints - #16

Merged
leanucci merged 4 commits into
mainfrom
15-create-parameter-query-endpoints
Aug 18, 2026
Merged

leanucci merged 4 commits into
mainfrom
15-create-parameter-query-endpoints

Conversation

@leanucci

Copy link
Copy Markdown
Owner

Summary

  • Add 6 new Parameter Query methods to Reference class:
    • tipos_doc - Document types
    • tipos_tributos - Tax types
    • tipos_monedas - Currency types
    • tipos_opcional - Optional field types
    • ptos_venta - Sales points
    • tipos_paises - Country types
  • Refactor common parsing logic into parse_result method
  • Add comprehensive tests for all new endpoints
  • Update spec_helper to support VCR recording with real auth

Closes #15

leanucci and others added 4 commits August 18, 2026 13:19
- tipos_doc: document types
- tipos_tributos: tax types
- tipos_monedas: currency types
- tipos_opcional: optional types
- ptos_venta: sales points
- tipos_paises: country types

Co-Authored-By: Leandro Marcucci <leanucci@gmail.com>
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Leandro Marcucci <leanucci@gmail.com>
Co-Authored-By: Claude <noreply@anthropic.com>
When VCR_RECORD is set, use real credentials instead of stubs.

Co-Authored-By: Leandro Marcucci <leanucci@gmail.com>
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Leandro Marcucci <leanucci@gmail.com>
Co-Authored-By: Claude <noreply@anthropic.com>
@leanucci
leanucci merged commit 96c1ffb into main Aug 18, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create Parameter Query endpoints

1 participant