Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve exception handler #84

Merged
merged 6 commits into from
Nov 20, 2023

Conversation

vitormarcal
Copy link
Owner

@vitormarcal vitormarcal commented Nov 20, 2023

check:

  • GetMapping fun listChats()
  • GetMapping("{chatId}") fun findChatMessages
  • PostMapping("{chatId}/messages/import") fun importFileByChatId
  • PatchMapping("{chatId}/chatName/{chatName}") fun update
  • PostMapping("import/{chatName}") fun importChatByChatName
  • GetMapping("{chatId}/export") fun importChatByChatName
  • PostMapping("disk-import") fun executeDiskImport()
  • GetMapping("{chatId}/messages/{messageId}/attachment") fun downloadAttachment
  • GetMapping("{chatId}/attachments") fun downloadAttachment
  • PostMapping("{chatId}/profile-image") fun putProfileImage
  • GetMapping("{chatId}/profile-image") fun getProfileImage
  • PostMapping fun newMessage

@vitormarcal vitormarcal added the enhancement New feature or request label Nov 20, 2023
@vitormarcal vitormarcal self-assigned this Nov 20, 2023
@vitormarcal vitormarcal linked an issue Nov 20, 2023 that may be closed by this pull request
@vitormarcal vitormarcal marked this pull request as draft November 20, 2023 15:34
@vitormarcal vitormarcal marked this pull request as ready for review November 20, 2023 19:51
@vitormarcal vitormarcal merged commit 1cc040c into master Nov 20, 2023
@vitormarcal vitormarcal deleted the 13-featbackend-properly-handle-api-errors branch November 20, 2023 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

Successfully merging this pull request may close these issues.

(feat:backend) Properly handle API errors
1 participant