feat: add VCard API integration with configuration and proxy endpoints

- Implemented VCard API controller with methods to manage configuration (save, get).
- Added proxy functions to handle API requests for users, vcards, memberships, payments, transactions, logs, and miniwebs.
- Included error handling and response formatting for API interactions.
This commit is contained in:
Lizandro Guarnizo
2026-05-19 20:08:50 -05:00
parent 749cf7ef2f
commit 24e1cf1439
8 changed files with 1303 additions and 3 deletions
+2
View File
@@ -90,6 +90,8 @@ func Migrate() {
// Submódulo Partner
&models.PartnerRecurso{},
&models.PartnerComunicado{},
// Integración VCard API Admin (Laravel)
&models.VcardApiConfig{},
); err != nil {
log.Fatalf("Error during main migration: %v", err)
}