# 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/4wgya6a
本地 SSL 證書生成神器,輕鬆搞定 HTTPS
在本地環境中配置 HTTPS 一直以來是開發者的痛點,手動創建 SSL 證書、配置信任存儲不僅繁瑣,還容易出錯。今天給大家介紹一個開源神器——mkcert!它能讓你快速生成本地受信任的 SSL/TLS 證書,輕鬆打造安全的 HTTPS 開發環境,成爲許多開發者的首選。什麼是 mkcert?mkcert 是由 Filippo Valsorda 開發的一款免費開源工具,專門用於生成受信任的本地 SSL ⌘ Read more