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

Axum API: torrent context #202

Merged
merged 7 commits into from
Jun 16, 2023
Merged

Axum API: torrent context #202

merged 7 commits into from
Jun 16, 2023

Conversation

josecelano
Copy link
Member

@josecelano josecelano commented Jun 15, 2023

API migration to Axum for torrent context.

Torrent files:

  • Upload torrent file
  • Download torrent file

Indexed torrents:

  • Search for torrents
  • Get torrent info
  • Update torrent
  • Delete torrent

We are migrating the API to Axum. We need the `multipart` feature to
handle the upload torrent file POST.
@josecelano josecelano linked an issue Jun 15, 2023 that may be closed by this pull request
@josecelano josecelano added the Code Cleanup / Refactoring Tidying and Making Neat label Jun 15, 2023
@josecelano josecelano mentioned this pull request Jun 15, 2023
12 tasks
@josecelano josecelano marked this pull request as ready for review June 16, 2023 12:09
@josecelano josecelano requested a review from da2ce7 June 16, 2023 12:10
@josecelano josecelano merged commit 032b57f into torrust:develop Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code Cleanup / Refactoring Tidying and Making Neat
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Axum API: torrent context
1 participant