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 e12dd69 commit 48d43f0Copy full SHA for 48d43f0
1 file changed
frontend/src/pages/api/APIAnalysisPage.tsx
@@ -172,6 +172,12 @@ export function APIAnalysisPage() {
172
}`}
173
</DocsCodeBlock>
174
175
+ <h4 className="text-sm font-semibold text-gray-400 uppercase tracking-wider mt-6 mb-2">Example</h4>
176
+ <DocsCodeBlock language="bash">
177
+{`curl -H "Authorization: Bearer <YOUR_API_KEY>" \\
178
+ http://localhost:8000/api/v1/repos/repo_abc123/style-analysis`}
179
+ </DocsCodeBlock>
180
+
181
{/* Repository Insights */}
182
<h2 id="insights" className="text-2xl font-semibold text-white mt-12 mb-4">Repository Insights</h2>
183
0 commit comments