Stephan Meijer
Stephan Meijer
On my end no single request is being captured using Symfony's HTTP Client
Only occurs when trying to reuse an image
Waiting on an API update from Zepel.
I think you have a point.
How could this for example be used for someone's own private plugin-directory?
What I am imagining is a service, to use simple HTTP requests in order to obtain new tasks. For example my own HTTP endpoint: `GET /washingmachine` ``` [ { "description":...
Good point, although I suspect it'd require me on my point to manage the completion of this task on my own. So i'd need to write a framework around it....
@ryneeverett I thought of exactly that this month, but indeed: would be somewhat difficult but not impossible.
@ryneeverett Yep: a normal import does not keep track of the tasks already imported. Also Bugwarrior gives the ability to easily configure things
What if the remote returns an empty list? Then there won't be any task to import, so the task already imported won't be set to `completed`, right?