Giving back a meaningful http status code and message to a client when it invokes our RESTFul service is a correct and desirable behaviour expected by our consumers. It’s not enough including the information result in the return message to complete our task. This information must be wrapped inside a correct response status and a … Continue reading "RESTFul Api – Response status and operation result"
↧