Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small request body decode examples in doc #7061

Open
wants to merge 4 commits into
base: series/0.23
Choose a base branch
from

Conversation

vasiliybondarenko
Copy link

Added a small example to docs.
#2006

@mergify mergify bot added series/0.23 PRs targeting 0.23.x docs Relates to our website or tutorials labels Apr 12, 2023
Copy link
Member

@danicheg danicheg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would address this to @ChristopherDavenport but I may guess a lot of time has gone since the issue was created..

docs/docs/dsl.md Outdated
@@ -36,6 +37,8 @@ We'll need the following imports to get started:
import cats.effect._
import cats.syntax.all._
import org.http4s._, org.http4s.dsl.io._, org.http4s.implicits._
import io.circe.generic.auto._
import org.http4s.circe.CirceEntityCodec.*
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, it's bikeshedding (It won't fix the CI utterly), but we build docs with Scala 2, so you need the old-style import here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Relates to our website or tutorials series/0.23 PRs targeting 0.23.x
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants