aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoradamw <adam@warski.org>2017-11-22 13:26:53 +0100
committeradamw <adam@warski.org>2017-11-22 13:26:53 +0100
commit56f63a26a6671cb8eafa07b89bfb1fab7fb6c395 (patch)
tree9a78d377c9aaab8d79d7d61fc1a4b3f5dfe5373d /README.md
parent32c9bbb20b1c265e42098530b615c3324a94ae41 (diff)
downloadsttp-56f63a26a6671cb8eafa07b89bfb1fab7fb6c395.tar.gz
sttp-56f63a26a6671cb8eafa07b89bfb1fab7fb6c395.tar.bz2
sttp-56f63a26a6671cb8eafa07b89bfb1fab7fb6c395.zip
Adding blog links
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 29df0bf..bf19f4b 100644
--- a/README.md
+++ b/README.md
@@ -33,6 +33,9 @@ println(response.unsafeBody)
sttp documentation is available at [sttp.readthedocs.io](http://sttp.readthedocs.io).
+You can also take a look at the [introductory blog](https://softwaremill.com/introducing-sttp-the-scala-http-client/)
+and its [follow-up](https://softwaremill.com/sttp-streaming-uri-interpolator/).
+
## Quickstart with Ammonite
If you are an [Ammonite](http://ammonite.io) user, you can quickly start experimenting with sttp by copy-pasting the following: