#
http4s
Here are 263 public repositories matching this topic...
ghostbuster91
commented
Feb 2, 2019
justcoon
commented
Jun 23, 2021
Hi,
i have following schema
Product:
type: object
properties:
id:
type: string
type:
$ref: '#/components/schemas/Type'
required:
- shape
- id
Type:
type: string
enum:
- Service
- Digitalwhich generate following code
package com.product.api
i
cats
functional-programming
http4s
fs2
fp
typeclasses
refined
tagless-final
finally-tagless
tagless
skunk
cats-effect
typeclass-derivation
newtypes
-
Updated
Aug 7, 2021 - Scala
Todo-Backend (https://www.todobackend.com/) implementation using ZIO, http4s and circe
-
Updated
Aug 7, 2021 - Scala
A sample project of a microservice using http4s, doobie, and circe.
-
Updated
May 25, 2021 - Scala
-
Updated
Jan 5, 2019 - Scala
-
Updated
Aug 4, 2021 - Scala
FP Scala Back-end of the Smart Backpacker App
-
Updated
Jun 19, 2018 - Scala
-
Updated
Aug 7, 2021 - Scala
Collection of what I consider good practices in Http4s (WIP)
-
Updated
Mar 27, 2018
-
Updated
May 5, 2019 - Scala
Employ Scala for serverless applications
cats
scala
serverless
http4s
circe
upx
graalvm
graal
odin
ciris
tapir
cats-effect
graal-native
cloud-run
graalvm-native-image
-
Updated
Aug 7, 2021 - Scala
Run http4s or akka-http over API Gateway and AWS Lambda
-
Updated
May 5, 2020 - Scala
A chat server implemented using WebSockets and Scala/http4s
-
Updated
Nov 6, 2019 - Scala
Making great monitoring easy in functional Scala
-
Updated
Aug 7, 2021 - Scala
Example telegram bot implementation using fs2 and http4s client (no akka)
-
Updated
May 14, 2021 - Scala
pshirshov
opened
Sep 17, 2020
POC: http4s http api on zio
-
Updated
Aug 4, 2021 - Scala
Improve this page
Add a description, image, and links to the http4s topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the http4s topic, visit your repo's landing page and select "manage topics."
Currently, we manually append the params to the url / query string using urljoin. Instead, we can send the query params in as a dictionary