This PR can be used to manually test AEROGEAR-671.
JSON with all parameters specified:
curl -i --header "Accept: application/json" "http://localhost:8080/aerogear-controller-demo/cars?color=Red&brand=BMW"
JSON with one parameter specified and one default value:
curl -i --header "Accept: application/json" "http://localhost:8080/aerogear-controller-demo/cars?color=Red"
JSON with no parameters (both default values)
curl -i --header "Accept: application/json" "http://localhost:8080/aerogear-controller-demo/cars"
Custom Media Type test:
curl -i --header "Accept: application/custom" "http://localhost:8080/aerogear-controller-demo/cars?color=Gray"
This PR can be used to manually test AEROGEAR-671.
JSON with all parameters specified:
JSON with one parameter specified and one default value:
JSON with no parameters (both default values)
Custom Media Type test: