https://github.com/kazuma1989/bookshelf_api
https://github.com/kazuma1989/bookshelf_api
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kazuma1989/bookshelf_api
- Owner: kazuma1989
- Created: 2020-05-17T09:11:39.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T18:58:17.000Z (over 2 years ago)
- Last Synced: 2025-01-22T09:33:11.521Z (5 months ago)
- Language: Ruby
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# API - Book shelf note app
### 一覧表示
GET https://bookshelfnote-api.herokuapp.com/api/v1/books
### 新規追加
POST https://bookshelfnote-api.herokuapp.com/api/v1/books
Content-Type: application/json
{
"name": "アヒルと鴨のコインロッカー",
"author": "伊坂幸太郎",
"url": "http://b.jp"
}