osprey-method-handler icon indicating copy to clipboard operation
osprey-method-handler copied to clipboard

Response validation

Open blakeembrey opened this issue 11 years ago • 2 comments

Validate responses match the RAML schemas for methods.

  • Status code
  • Response body
  • Response headers

blakeembrey avatar Jan 28 '15 12:01 blakeembrey

Hey Blake,

Any update on response validation? Looking to use this feature in osprey.

Thanks!

bmv437 avatar Apr 06 '16 20:04 bmv437

@bmv437 It actually shouldn't be very hard to implement in development - either by logging or error entirely. Just need to monkey patch some methods. Also of interest: https://www.npmjs.com/package/on-headers.

blakeembrey avatar Apr 09 '16 03:04 blakeembrey