Skip to content

andriibeee/cards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example of requests

curl http://localhost:3000/validate -v -X POST -d "{\"card_number\":\"4111111111111111\", \"exp_month\":\"12\", \"exp_year\": \"13\"}"
curl http://localhost:3000/validate -v -X POST -d "{\"card_number\":\"4111111111111111\", \"exp_month\":\"12\", \"exp_year\": \"28\"}"
curl http://localhost:3000/validate -v -X POST -d "{\"card_number\":\"1111111111111\", \"exp_month\":\"12\", \"exp_year\": \"11\"}"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published