# 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/oannvkq
SaaS 架構:應用服務、應用結構設計原則**
應用架構設計通常包括以下步驟:• 根據業務架構,將業務需求轉化爲 IT 系統,識別核心應用服務。 • 劃分應用結構,設計應用結構與業務流程、數據之間的關係。 • 設計應用結構之間的交互和集成關係。 本文主要分享一下應用服務、應用結構設計設計。應用服務設計------應用服務的概念應用服務是對一個或一組密切相關的業務對象及其操作的封裝。應用服務應明確定義其責任範圍,將相關業務功能和 ⌘ Read more