Method: Fdoc::EndpointPresenter#example_request
- Defined in:
- lib/fdoc/presenters/endpoint_presenter.rb
#example_request ⇒ Object
72 73 74 |
# File 'lib/fdoc/presenters/endpoint_presenter.rb', line 72 def example_request Fdoc::JsonPresenter.new(example_from_schema(endpoint.request_parameters)) end |