package
0.0.0-20241224120645-94ac3d934861
Repository: https://github.com/traptitech/booq-v3.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
DeleteItem DELETE /items/:id.
PostLikes POST /items/:id/likes.
DeleteOwners PUT /items/:id/owners/:ownershipid.
GetBorrowingsId GET /items/:id/owners/:ownershipid/borrowing/:borrowingid.
GetFile GET /files/:id.
GetItem GET /items/:id.
GetItems GET /items.
PatchItem PUT /items/:id.
PatchOwners PUT /items/:id/owners/:ownershipid.
PostBorrowingEquipment POST /items/:id/borrowing.
PostBorrowingEquipmentReturn POST /items/:id/borrowing/return.
PostBorrowings POST /items/:id/owners/:ownershipid/borrowing.
PostBorrowingsReply POST /items/:id/owners/:ownershipid/borrowing/:borrowingid/reply.
PostBorrowingsReturn POST /items/:id/owners/:ownershipid/borrowing/:borrowingid/return.
PostComment POST /items/:id/comments.
PostFile POST /files.
PostItems POST /items.
PostLikes POST /items/:id/likes.
PostMessage Webhookでメッセージの投稿.
PostOwners POST /items/:id/owners.
SetupRouting APIのルーティングを行います.
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
UserProvider traQに接続する用のclient.
No description provided by the author