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

FEATURE: Add ressource to an item (See Hypertopic/Porphyry#142) #9

Closed
wants to merge 1 commit into from
Closed

FEATURE: Add ressource to an item (See Hypertopic/Porphyry#142) #9

wants to merge 1 commit into from

Conversation

ThomasRitaine
Copy link

Bonjour @benel,

Avec @Xelocks, nous avons ajouté la possibilité de transmettre des fichiers pdf à couchDB.
Cet ajout fait suite au ticket 142 du dépôt Hypertopic/Porphyry.

@benel
Copy link
Member

benel commented Jun 23, 2021

Merci pour cette contribution @ThomasRitaine @Xelocks.

L'idée est tout à fait pertinente mais l'implémentation actuelle me pose plusieurs questions :

  • en l'appelant put() on pourrait penser que c'est l'équivalent pour PUT de ce que la fonction post() est pour POST (alors que votre fonction porte sur une pièce jointe et non sur un objet),
  • est-ce normal que le MIME soit indiqué en dur (ici PDF) ?
  • je suis surpris par la "tête" de l'URI (j'avais déjà remarqué ça dans la stratégie d'implémentation mais j'avais cru que c'était une erreur de frappe). Normalement en REST PUT /{objectID} devrait avoir en corps une représentation de l'objet (ici l'item en entier) et non d'une de ses pièces jointes dont l'URI est /{objectID}/{attachmentID}.

@benel
Copy link
Member

benel commented Apr 20, 2022

Feature implemented by c7a470b.

@benel benel closed this Apr 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants