Appleseed / leaves.lite

Leaves.Lite presents a searchable web interface to links and bookmarks curated / organized in JSON or fed by a REST API.
Apache License 2.0
5 stars 10 forks source link

leaves - api - header - ensure add leaf button works #33

Closed xingh closed 6 years ago

xingh commented 6 years ago

​Desc: Add leaf button should add item to Leaves via Wallabag API

Acceptance Criteria: Add Leaf button should add a new link to the wallabag DB and then it should show up on the interface.

xingh commented 6 years ago

@mddanishyusuf i upgraded to wallabag 2.3 and it seems that it does it partially but still there is some back end config ..

xingh commented 6 years ago

fixed

https://stackoverflow.com/questions/11442632/how-can-i-post-data-as-form-data-instead-of-a-request-payload

This was helpful