Skip to content
This repository was archived by the owner on Apr 4, 2024. It is now read-only.

YuichiMorita/address

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

住所録API

Description

Haskell Servant PostgreSQLで住所録WebAPI

Author

守田裕一

エンドポイント

method endpoint 説明
GET /users ユーザーリスト
GET /users/:id 指定ユーザーの情報
POST /users 新規ユーザー登録
PUT /users/:id 指定ユーザの更新
DELETE /users/:id 指定ユーザの削除
GET /tags タグリスト
GET /tags/:id 指定タグの情報
POST /tags 新規タグの登録
PUT /tags/:id 指定タグの更新
DELETE /tags/:id 指定タグの削除

About

住所録WebAPI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors