CodeSamplePanel

Domain · API Doc

API kod örneklerini koyu arka planlı panel içinde gösterir. İlk örnek açık, diğerleri details/summary ile erişilebilir.

Multi-language samples

Preview
cURL JavaScript
curl -X GET https://api.example.com/users \
  -H 'Authorization: Bearer <token>'
Code
<%- include('modules/domain/api-doc/CodeSamplePanel', {
  samples: [
    { lang: 'curl',       label: 'cURL',       source: "curl -X GET https://api.example.com/users \
  -H 'Authorization: Bearer '" },
    { lang: 'javascript', label: 'JavaScript', source: "const res = await fetch('/users', { headers: { Authorization: 'Bearer ' } });" },
  ]
}) %>
Source modules/domain/api-doc/CodeSamplePanel.ejs