REST API Module For uHotelBooking System 1

軟體性質: 免費試用 ‎檔案大小: 39.94 KB
‎使用者評分: 0.0/5 - ‎0 ‎評分

用於 uHotelBooking 系統的 REST API 模組。REST 是 Web 的基本體系結構原則。Web 的驚人事情是,用戶端(瀏覽器)和伺服器可以以複雜的方式進行交互,而用戶端事先對伺服器及其託管的資源沒有任何瞭解。關鍵規範是伺服器和客戶端必須同時同意使用的媒體,在 Web 的情況下,該媒體是 HTML。遵循 REST 原則的 API 不需要用戶端瞭解 API 的結構。相反,伺服器需要提供客戶端與服務交互所需的任何資訊。HTML 表單就是一個例子:伺服器指定資源的位置和所需的欄位。瀏覽器事先不知道在哪裡提交資訊,也事先不知道要提交什麼資訊。這兩種形式的資訊完全由伺服器提供。(此原則稱為 HATEOAS。那麼,這如何適用於 HTTP,以及如何在實踐中實現呢?HTTP 以動詞和資源為導向。主流用法中的兩個動詞是 GET 和 POST,我想每個人都會認出來。但是,HTTP 標準定義了其他幾個標準,如 PUT 和 DELETE。然後,根據伺服器提供的指令,這些謂詞應用於資源。我們為 uHotelBooking 腳本提供 RESP API 模組。有網站管理員或酒店擁有者可以訪問受保護的網站數據。

版本歷史記錄

  • 版本 1 發佈於 2019-04-23
    錯誤已修復,功能已改進

軟體細節

終端使用者許可協定

PHP DataGrid - data grid web control. Copyright 2006 - 2019 Advanced Power of PHP This program is shared software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (GNU LGPL) as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This license means you'll have access to the full source code to modify or customize it to your needs: add new features, change the styles, or even optimize the code. It's entirely up to you. You may also use this program in your commercial programs or applications. For more information, please read carefully text of GNU LGPL or any other necessary documents, that may help you to understand it. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.