hmil / RosHTTP

Unified Scala.js + Scala HTTP client API
MIT License
126 stars 24 forks source link

Looking for a package maintainer #58

Open hmil opened 7 years ago

hmil commented 7 years ago

If you find this module interesting and want to see exciting and cool new features, feel free to offer your help.

I don't do scala stuff nowadays and therefore I have no time to spend on this project anymore.

ngbinh commented 7 years ago

I can help (we are using rosHTTP internally on the frontend side)

hmil commented 7 years ago

@ngbinh To what extend would you help? Do you intend to write new features/address current ticket or manage incoming tickets and versioning issues such as #56 ?

ngbinh commented 7 years ago

I can at least maintain it. We are using rosHttp internally so I may add new features that we need.

hmil commented 7 years ago

Thanks for your interest, as of now there isn't a huge load of work required* but if gets more intense I'll let you know. Also feel free to submit enhancements / features in pull requests if you want to get more involved and we will see how things go 👍

*edit: I'm talking about basic package maintenance here. As far as features and enhancements go there is a lot of work to do

ngbinh commented 7 years ago

cool. There is one thing I would like to do. Currently, HttpRequest.send return a Future[HttpResponse], I am interested in the lazy version that return Task[HttpResponse]. Will probably send a PR

hmil commented 7 years ago

Could you open a ticket for this feature too with like a use case where this proves useful?

ngbinh commented 7 years ago

will do