forked from torrust/torrust-index
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: change random torrent generator endpoint
The new enpopint is: `http://0.0.0.0:3001/v1/torrent/meta-info/random/:uuid` The segments have changed to differenciate the indexed torrent from the torrent file (meta-indo). An indexed torrent is a torrent file (meta-info file) with some extra classification metadata: title, description, category and tags. There is also a new PATH param `:uuid` which is an UUID to identify the generated torrent file. The UUID is used for: - The torrent file name - The sample contents for a text file ffrom which we generate the torrent file.
- Loading branch information
1 parent
30bf79e
commit b269ecb
Showing
2 changed files
with
25 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters