Skip to content

Instantly share code, notes, and snippets.

@aszx87410
Last active December 16, 2020 03:59
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aszx87410/3873b3d9cbb28cb6fcbb85bf493b63ba to your computer and use it in GitHub Desktop.
Save aszx87410/3873b3d9cbb28cb6fcbb85bf493b63ba to your computer and use it in GitHub Desktop.
圖書館資訊系統 API 文件

Base URL: https://lidemy-http-challenge.herokuapp.com/api

POST 以及 PATCH 的 content type 為:application/x-www-form-urlencoded。

說明 Method path 參數 範例
獲取所有書籍 GET /books q: 查詢書籍 /books?q=hello
獲取單一書籍 GET /books/:id /books/10
新增書籍 POST /books name: 書名, ISBN: 書籍編號
刪除書籍 DELETE /books/:id
更改書籍資訊 PATCH /books/:id name: 書名, ISBN: 書籍編號
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment