PlaceAVote / pav-api

This repository contains the Placeavote API.
0 stars 0 forks source link

Return url even if its graph cannot be scrapped (on the /user/issue endpoint). #106

Closed SudoPlz closed 8 years ago

SudoPlz commented 8 years ago

I've got trouble attaching urls in new issues, it seems that some of them I can attach and some I cannot:

When the backend cannot scrap data for a given url it still has to return the attached url and a default img, because otherwise the user tries to attach something and he can't.

sanel commented 8 years ago

I can take this one, @johnboy14. Any pointers how to reproduce it @SudoPlz?

SudoPlz commented 8 years ago

@sanel Just call the PUT /user/issue endpoint with the following data. You will { "comment": "test", "article_link": "www.alink.com" }

SudoPlz commented 8 years ago

Sorry the title was misleading...!

SudoPlz commented 8 years ago

Great, thanks @sanel