joinChannel function to API #484
Labels
No Label
bug
build
dependencies
developers
documentation
duplicate
enhancement
formatting
invalid
legal
mobile
obsolete
packaging
performance
protocol
question
refactoring
regression
security
test
translation
usability
wontfix
No Milestone
No project
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Bitmessage/PyBitmessage-2024-12-02#484
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Can someone expose the joinChannel function to the API?
I wrotethe function already here:
https://github.com/merlink01/PyBitmessage/blob/master/src/class_api.py
you must simply port it ;-)
i have no idea how to do that. I just need it for the API.
I need this, too, for BMaggregator.
does this expose it to the public api so 3rd party clients can use it?
+1
Yes.
Code implementing this is now in master.