knpuniversity / rest

Screencast code, script and HTTP Methods for "RESTful APIs in the Real World Episode 1"
http://knpuniversity.com/screencast/rest
Other
55 stars 53 forks source link

Add details -> detail note to error-details #19

Closed weaverryan closed 10 years ago

weaverryan commented 10 years ago

During error-details, we do the following in the video

$apiProblem->set('details', $e->getMessage());

This is a mistake - it should be detail per the Problem Details spec.

weaverryan commented 10 years ago

Note added to the video!