Add torrent metadata #22

Merged
PouuleT merged 1 commits from torrent-metadata into master 2020-04-08 16:43:50 +00:00
Owner
No description provided.
PouuleT reviewed 2020-04-08 16:35:33 +00:00
@ -9,6 +9,7 @@ import (
"git.quimbo.fr/odwrtw/canape/backend/auth"
"git.quimbo.fr/odwrtw/canape/backend/web"
"github.com/gorilla/mux"
"github.com/odwrtw/papi"
Owner

Why papi and not polochon?

Why papi and not polochon?
Author
Owner

Si t'expand le code tu vois que c'est un papi client

Si t'expand le code tu vois que c'est un papi client
@ -17,3 +18,3 @@
func DownloadHandler(env *web.Env, w http.ResponseWriter, r *http.Request) error {
var data struct {
URL string `json:"url"`
URL string `json:"url"`
Owner

T'as pas mis explicitement URL de l'autre coté?

T'as pas mis explicitement URL de l'autre coté?
Author
Owner

Ca c'est les parametres de l'app en js

Ca c'est les parametres de l'app en js
PouuleT closed this pull request 2020-04-08 16:43:50 +00:00
PouuleT deleted branch torrent-metadata 2020-04-08 16:44:02 +00:00
Sign in to join this conversation.
No Reviewers
No Milestone
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ODWRTW/canape#22
No description provided.