Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] Add from_dict method to Entidad class for API compatibility
- Add from_dict classmethod to Entidad for proper data mapping - Update get_entidades to use from_dict instead of direct kwargs - Fix API response field mapping from 'codigoEntidad' to 'codigo_entidad' - Maintain consistency with project's data model patterns See also: #28
- Loading branch information