We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7934b07 commit 5cc9268Copy full SHA for 5cc9268
resources/views/vendor/scribe/partials/example-requests/ruby.md.blade.php
@@ -18,10 +18,10 @@
18
@endif
19
20
response = RestClient.{{strtolower($endpoint->httpMethods[0])}}(
21
- '{{ $baseUrl }}/{{ $endpoint->boundUri }}'@if(!empty($endpoint->cleanBodyParameters)),
22
- body @endif
+ '{{ $baseUrl }}/{{ $endpoint->boundUri }}'@if(!empty($endpoint->cleanBodyParameters)),
+ body @endif
23
@if(!empty($endpoint->headers)),
24
- headers
+ headers
25
26
)
27
0 commit comments