Skip to content

Commit

Permalink
add invoices
Browse files Browse the repository at this point in the history
  • Loading branch information
yukinagae committed Mar 9, 2022
1 parent a46f566 commit 0a3813f
Show file tree
Hide file tree
Showing 2 changed files with 587 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,11 @@ func main() {

### 請求書

- [ ] GET /api/1/invoices 請求書一覧の取得
- [ ] POST /api/1/invoices 請求書の作成
- [ ] GET /api/1/invoices/{id} 請求書の取得
- [ ] PUT /api/1/invoices/{id} 請求書の更新
- [ ] DELETE /api/1/invoices/{id} 請求書の削除
- [x] GET /api/1/invoices 請求書一覧の取得
- [x] POST /api/1/invoices 請求書の作成
- [x] GET /api/1/invoices/{id} 請求書の取得
- [x] PUT /api/1/invoices/{id} 請求書の更新
- [x] DELETE /api/1/invoices/{id} 請求書の削除

### 品目

Expand Down
Loading

0 comments on commit 0a3813f

Please sign in to comment.