Closed (fixed)
Project:
Self Documenting REST API
Version:
8.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Jul 2014 at 06:00 UTC
Updated:
8 Aug 2014 at 08:40 UTC
Jump to comment: Most recent
Comments
Comment #1
larowlanHi can you provide some detail about that end-point, its assuming that you're using a controller with _controller notation in the ClassName::Method format, it then reflects the class to get the doc-block.
Comment #3
larowlanPushed fix to 8.x-1.x
Removed assumption that rest end-points are served by routes that use _controller notation.
Still interested in what controller defines that route/what the route-name is called.
Thinking it might be rest.{something} that isn't a REST end-point, ie is a normal Drupal route with _content.
Comment #4
clemens.tolboomException is gone. The code is from #1925618: Ensure Drupal's web services are self-documenting: Swagger support OR rest_api_doc to Drupal core as an experimental module?.
Comment #5
larowlanOK will comment over there