RESTful API


REST是一種軟體架構風格與設計原則。

  1. 透過method描述操作、url描述資源,可以說明web存取的行為
  2. Stateless
    1. 每一個request可以單獨操作,不需要依賴其他request的狀態
  3. Cacheable

results matching ""

    No results matching ""