You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
# Import the Alanube class specific to the country,# in this case from `alanube.do` for the Dominican Republicfromalanube.doimportAlanube# Connect to the APIAlanube.connect("[TOKEN]")payload= {...}data=Alanube.send_document(encf_type=31,payload)
Now you can easily and efficiently use the Alanube API with this Python library!
Contents
do: Implementation for the Dominican Republic (DGII). This is the only fully developed directory and contains all the necessary structure and logic to work with the Alanube API for this country.
pa: Implementation for Panama (future). If you need to develop for Panama, create a directory namedpa at the same level asdo withinalanube and replicate the internal structure ofdo.
cr: Implementation for Costa Rica (future). Similarly, create acr directory following the same structure asdo.
bo: Implementation for Bolivia (future). Thebo directory should also follow the structure ofdo.
For the missing countries, you can use thedo directory as a reference to build the required implementations, adapting the logic to meet the specific local requirements of each country.
Your generosity helps us to continue improving and maintaining this project. We appreciate every contribution, however small. Thanks for being part of our community!
About
Python library to establish connections with the Alanube API.