python-taiga icon indicating copy to clipboard operation
python-taiga copied to clipboard

Support for wiki attachments

Open remcoboerma opened this issue 4 years ago • 0 comments

Description

It would be great to manage wikipage attachments in a similar fashion

Use cases

Migrating / syncing wiki pages

Proposed solution

Extending the wikipage class with a list_attachments method

Alternatives

Right now, it seems to me i have to parse the HTML of a wikipage and find the URL's of the attachments to get them using requests .

remcoboerma avatar Dec 09 '20 10:12 remcoboerma