# 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/p4awwmq
更新大的 JSON 對象,也能用上增量更新!**
什麼是 JSON Patch--------------JSON Patch\n 是一種用於描述如何對 JSON 文檔進行更改的格式,它使用一系列簡潔的操作指令來指示如何修改 JSON 數據。這些操作包括添加新的數據、刪除舊的數據、替換現有的數據或者移動數據等等。爲什麼使用 JSON Patch----------------在一個大型的 Web 應用程序中,客戶端需要頻繁地與服務器通信,獲取最 ⌘ Read more