added test files to ignore list
This commit is contained in:
		@@ -1,18 +0,0 @@
 | 
				
			|||||||
#!/bin/bash
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
source .env
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
BML_URL='https://www.bankofmaldives.com.mv/internetbanking/api'
 | 
					 | 
				
			||||||
COOKIE=/tmp/bmlcookie
 | 
					 | 
				
			||||||
curl -s -c $COOKIE $BML_URL/login \
 | 
					 | 
				
			||||||
	--data-raw username=$BML_USERNAME \
 | 
					 | 
				
			||||||
	--data-raw password=$BML_PASSWORD \
 | 
					 | 
				
			||||||
	--compressed > /dev/null
 | 
					 | 
				
			||||||
curl -s -b $COOKIE $BML_URL/profile > /dev/null
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#curl -s -b $COOKIE $BML_URL/contacts | jq -r '["Account Number","Currency","Account Name","Contact Name"], ["==================================================================="], (.["payload"] | .[] | [.account, .currency, .name, .alias]) | @tsv'
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#get this to render nicely in a table, similar to contacts
 | 
					 | 
				
			||||||
#curl -s -b $COOKIE $BML_URL/dashboard
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
curl -s -b $COOKIE $BML_URL/api/validate/account/7701134192101
 | 
					 | 
				
			||||||
		Reference in New Issue
	
	Block a user