# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/2pgvnjq
如何設計安全可靠的 API ?**
如何設計安全可靠的 API ?下圖列出了 12 條原則。01 使用 HTTPS 數據加密:HTTPS 對客戶端和服務器之間傳輸的數據進行加密。它使用 TLS 或其前身 SSL 對通信進行加密。這種加密可確保用戶數據、身份驗證等敏感信息在傳輸過程中保持安全。如果沒有 HTTPS,這些信息可能會被數據包嗅探等技術截獲。 合規要求:許多監管標準,如 GDPR 和 PCI DSS,都要求使用 HT ⌘ Read more