Brasilapi.Banks (BrasilAPI v0.1.5)

View Source

Banks domain module for BrasilAPI.

This module provides the main interface for banks-related functionality.

Summary

Functions

Fetches information about all Brazilian banks.

Fetches information about a specific bank by its code.

Functions

get_all()

Fetches information about all Brazilian banks.

Delegates to Brasilapi.Banks.API.get_all/0.

get_by_code(code)

Fetches information about a specific bank by its code.

Delegates to Brasilapi.Banks.API.get_by_code/1.