# 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/3vcp3aq
圖解 Nestjs - 適合中國寶寶的入門指導**
筆者入門 Nest 的時候屬實是迷糊了一陣,本文將從初學者的視角出發,試圖爲大家解釋 Nestjs 到底是如何運作的。如有錯誤歡迎指出,謝謝~ 假設我們來做這樣一個服務:寶可夢大全提供四個接口:獲取完整的寶可夢列表 根據寶可夢編號獲取某一隻寶可夢的信息 獲取完整的技能列表 根據某個技能獲取可以學會該技能的寶可夢列表 Module = 模塊-----------Module, ⌘ Read more=