Skip to content

staffsterr2000/test-assignment-bank-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bank API

1 POST endpoint, accepts JSON (example).
Response (also JSON): 200 HTTP code with a random UUID and "success" status or 400 code with "failed" status.
There are 50% chance of "success" response.

Build

Use gradle build to build *.jar
Run it with Integration API *.jar and enjoy!