-
Notifications
You must be signed in to change notification settings - Fork 452
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
Refactor the add torrent to channel endpoint #2284
Labels
Comments
devos50
changed the title
Refactor the add torrent to channel endpoint to not require base64 data
Refactor the add torrent to channel endpoint
Jun 13, 2016
While working on this, please note that GigaChannel now supposes that objects are uniquely identified by pk+id keypair. This means that now we are truly REST compliant in a sense that one could POST the same infohash twice and get two new objects. |
drew2a
modified the milestones:
7.6.0 November: Stability, usability, performance,
Next-next release
Nov 4, 2020
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would like to propose two changes to the add torrent to channel endpoint:
mychannel/torrents/{theurl}
. This is problematic since I currently assume that torrents are identified by their infohash and not by their url. I think it might be better to add an extra field to the request when adding a torrent file to your channel, specifying the source (file/url/magnet).@brussee what are your thoughts on this?
The text was updated successfully, but these errors were encountered: