# 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/d42s7wa
Go 如何調用一個只支持 batch_call 的服務?**
我們先來說下標題是什麼意思。爲了更好的理解我說的是啥,我們來舉個例子。假設你現在在做一個類似 B 站的系統,裏面放了各種視頻。用戶每天在裏頭上傳各種視頻。按理說每個視頻都要去審查一下有沒有搞顏色,但總不能人眼挨個看吧。畢竟唐老哥表示這玩意看多了,看太陽都是綠色的,所以會有專門訓練過的算法服務去做檢測。但也不能上來就整個視頻每一幀都拿去做審查吧,所以會在每個視頻里根據時長和視頻類型隨機抽出好幾張圖片 ⌘ Read more