Skip to content

TalkAPI: added send_file; receive_messages can return TalkFileMessage #135

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

Merged
merged 1 commit into from
Sep 28, 2023

Conversation

bigcat88
Copy link
Member

Added simple APIs that will make life much easier for chats: sending a file/directory and converting a text message containing the file/directory directly into FsNode

Later will write and examples and add them to documentation, but these API are really simple.

Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
@codecov
Copy link

codecov bot commented Sep 28, 2023

Codecov Report

Merging #135 (6a63acc) into main (734f4fa) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #135   +/-   ##
=======================================
  Coverage   99.74%   99.74%           
=======================================
  Files          32       32           
  Lines        2756     2781   +25     
=======================================
+ Hits         2749     2774   +25     
  Misses          7        7           
Files Coverage Δ
nc_py_api/_talk_api.py 100.00% <100.00%> (ø)
nc_py_api/ex_app/ui/files.py 100.00% <100.00%> (ø)
nc_py_api/files/__init__.py 100.00% <100.00%> (ø)
nc_py_api/files/sharing.py 100.00% <100.00%> (ø)
nc_py_api/talk.py 100.00% <100.00%> (ø)

@bigcat88 bigcat88 changed the title TalkAPI: send_file, receive_messages can return TalkFileMessage TalkAPI: added send_file; receive_messages can return TalkFileMessage Sep 28, 2023
@bigcat88 bigcat88 merged commit 3cacc59 into main Sep 28, 2023
@bigcat88 bigcat88 deleted the TalkFileMessage branch September 28, 2023 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant