typelevel / general

Repository for general Typelevel information, activity and issues
19 stars 8 forks source link

Propose Hammock for Typelevel incubator #59

Closed pepegar closed 7 years ago

pepegar commented 7 years ago

I would like to propose Hammock, a purely functional HTTP client for Scala, to the Typelevel incubator.

Regarding the criteria for submitting to the incubator:

  1. I'm the only stakeholder of the project. Other people that was partially involved in it agreed and encouraged me to propose it.
  2. There is a section in the README that states that people is expected to follow Typelevel CoC in this repository.
  3. The project is currently based on Cats (also I'm planning cross compilation to Scalaz as well), and tries to be as functional as possible. For JSON encoding and decoding, provides hammock-circe packages, that make easy to use Circe encoders & decoders for HTTP. It also uses Monocle's optics for the high level API, Scalacheck & Discipline for law checking.
  4. There is already a documentation site. All the docs are machine checked via tut.
larsrh commented 7 years ago

@pepegar Welcome! Please add yourself to the incubator by sending a PR. (And sorry for the long wait!)

pepegar commented 7 years ago

Thank you @larsrh, feels great to be finally in :)

Here is the PR