# 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/7n4lnhq
protoc 插件 - protoc-gen-grpc-gateway-gosdk
基本介紹--------protoc-gen-grpc-gateway-gosdk 是一個 protoc 插件, 能根據 proto 文件一鍵生成 go http sdk 客戶端代碼,通過藉助 grpc-gateway 插件將 grpc 接口轉化爲 http 的方式, 進而可以通過本插件生成 http sdk 代碼。特性------一鍵自動生成 go 客戶端代碼, 無需人工維護通過設置統一網關, ⌘ Read more