x
1
2
3
4
5
6
7
8
<figure class="flex h-full flex-col overflow-hidden rounded-2xl bg-surface-code shadow-md"> <figcaption class="flex items-center px-4 py-3"> <span class="text-xs font-medium uppercase tracking-wider text-code-fg">HTTP</span> </figcaption> <pre class="overflow-x-auto px-4 pb-4 font-mono text-sm text-code-fg"><code><span class="text-code-keyword">GET</span><span class="text-code-fg"> </span><span class="text-code-string">/api/v1/search</span><span class="text-code-fg"> </span><span class="text-code-property">engine</span><span class="text-code-operator">=</span><span class="text-code-string">google</span><span class="text-code-fg"> </span><span class="text-code-property">num</span><span class="text-code-operator">=</span><span class="text-code-number">10</span></code></pre></figure>1
render CodeCardComponent.new(language: "HTTP", lines: REQUEST)No notes provided.
No params configured.