mvn assembly:assembly
java -jar target/mockapi-1.0.0-SNAPSHOT-jar-with-dependencies.jar
POST /{anything_you_want} (with JSon object on body)
GET /{anything_you_want}
GET /anything_you_want}?{attr_in_json_body}={exactMatch}
GET /anything_you_want}?unwrap={attr_in_json_body_whose_reference_other_resource}
This project was created during the Lateral Thougths devweek in Java and Python. Here is the python code : https://github.com/MaximeGaudin/APIMorph