On Thursday, 29 October 2020 at 06:42:54 UTC, ikod wrote:
Hi,
requests 2.0.0 released with single change - support for vibe-d
moved to separate subpackage.
The goal of this update is to prevent dub from downloading
vibe-d packages for optional subConfiguration.
Important in case you use requests with vibe-d: starting from
this release instead of using subConfiguration for requests in
your dub.json you have to use package requests:vibed in
dependencies.
dlang-requests is http/ftp client library inspired by python
requests
https://github.com/ikod/dlang-requests
best regards,
Igor
This is fantastic work, thanks a lot. It could also serve as
template for other projects how to integrate with vibe-d without
actually depending on it.
Kind regards
Andre