Skip to content

An api that allows get information from any bip card

Notifications You must be signed in to change notification settings

csaldiasdev/bipcardapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"