# 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/svnairq
3 種發佈策略 - 基於 API 的基礎架構**
部署與發佈在決定發佈策略之前,我們必須區分兩個重要概念:部署和發佈。部署涉及將功能完全推進生產環境,因爲您現在在系統中運行了一個進程。儘管已經部署,但新功能並未通過與生產系統的交互活躍或執行。有各種方法可以實現此分離。發佈涉及以受控的方式激活新功能,從而允許您控制引入新功能的風險。Thoughtworks Technology Radar 對部署和發佈之間的區別有很好的解釋: 對於許多組織來說, ⌘ Read more