--
This commit is contained in:
@@ -21,12 +21,12 @@
|
|||||||
<p class="tls-landing-error text-bright-red font-small">{{ error }}</p>
|
<p class="tls-landing-error text-bright-red font-small">{{ error }}</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<p class="tls-landing-links">
|
<p class="tls-landing-links">
|
||||||
<a href="#usage-notes" class="text-tx-alt text-underline">注意事項</a>
|
<a href="#notes" class="text-tx-alt text-underline">注意事項</a>
|
||||||
<a href="#api-docs" class="text-tx-alt text-underline">API</a>
|
<a href="#api" class="text-tx-alt text-underline">API</a>
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="usage-notes" class="tls-aux-section">
|
<section id="notes" class="tls-aux-section">
|
||||||
<div class="block">
|
<div class="block">
|
||||||
<h2 class="font-large">注意事項</h2>
|
<h2 class="font-large">注意事項</h2>
|
||||||
<ul>
|
<ul>
|
||||||
@@ -39,15 +39,14 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="api-docs" class="tls-aux-section">
|
<section id="api" class="tls-aux-section">
|
||||||
<div class="block">
|
<div class="block">
|
||||||
<h2 class="font-large">API</h2>
|
<p>APIからも同等の機能が使用可能です。APIはJSON形式で返答します。</p>
|
||||||
<p class="text-tx-alt">APIからも同等の機能が使用可能です。APIはJSON形式で返答します。</p>
|
|
||||||
<pre><code>POST /api/tools/tls-test/scan
|
<pre><code>POST /api/tools/tls-test/scan
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
|
|
||||||
{"target": "example.com"}</code></pre>
|
{"target": "example.com"}</code></pre>
|
||||||
<p class="text-tx-alt">次のエンドポイントで進捗・結果を取得することができます。</p>
|
<p>次のエンドポイントで進捗・結果を取得することができます。</p>
|
||||||
<pre><code>GET /api/tools/tls-test/status/{test_id}
|
<pre><code>GET /api/tools/tls-test/status/{test_id}
|
||||||
GET /api/tools/tls-test/results/{test_id}</code></pre>
|
GET /api/tools/tls-test/results/{test_id}</code></pre>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user