-
Notifications
You must be signed in to change notification settings - Fork 423
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Code compiles and example
booksSttpClient4Example
works
- Loading branch information
Showing
47 changed files
with
335 additions
and
143 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...tapir/client/sttp/SttpClientOptions.scala → ...apir/client/sttp4/SttpClientOptions.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package sttp.tapir.client.sttp | ||
package sttp.tapir.client.sttp4 | ||
|
||
import sttp.tapir.{Defaults, TapirFile} | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...p/tapir/client/sttp/WebSocketToPipe.scala → .../tapir/client/sttp4/WebSocketToPipe.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...sttp/EndpointToSttpClientExtensions.scala → ...ttp4/EndpointToSttpClientExtensions.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ttp/SttpClientInterpreterExtensions.scala → ...tp4/SttpClientInterpreterExtensions.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ws/fs2/TapirSttpClientFs2WebSockets.scala → ...ws/fs2/TapirSttpClientFs2WebSockets.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ient/sttp/ws/fs2/WebSocketToFs2Pipe.scala → ...ent/sttp4/ws/fs2/WebSocketToFs2Pipe.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...tp/tapir/client/sttp/ws/fs2/package.scala → ...p/tapir/client/sttp4/ws/fs2/package.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package sttp.tapir.client.sttp.ws | ||
package sttp.tapir.client.sttp4.ws | ||
|
||
package object fs2 extends TapirSttpClientFs2WebSockets |
2 changes: 1 addition & 1 deletion
2
...ws/zio/TapirSttpClientZioWebSockets.scala → ...ws/zio/TapirSttpClientZioWebSockets.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ient/sttp/ws/zio/WebSocketToZioPipe.scala → ...ent/sttp4/ws/zio/WebSocketToZioPipe.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...tp/tapir/client/sttp/ws/zio/package.scala → ...p/tapir/client/sttp4/ws/zio/package.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package sttp.tapir.client.sttp.ws | ||
package sttp.tapir.client.sttp4.ws | ||
|
||
package object zio extends TapirSttpClientZioWebSockets |
Oops, something went wrong.