Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 433 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 433 Bytes

Bip Card API

An api that allows get information from any bip card

Internally this api makes web-scraping to get data related an any bipcard from webpage: http://pocae.tstgo.cl/PortalCAE-WAR-MODULE/

# Run server
make run-server
## Examples

# Get bip card info
curl "localhost:8080/api/v1/bipcard/<CARD_NUMBER>/info"

# Get bip card movements
curl "localhost:8080/api/v1/bipcard/<CARD_NUMBER>/movements"