Commit 98bed4e 1 parent 4e959e8 commit 98bed4e Copy full SHA for 98bed4e
File tree 7 files changed +11
-11
lines changed
7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ libraryDependencies += "io.github.pepegar" %% "wookie-akka-http" % "0.1-SNAPSHOT
38
38
** wookie** is inspired in several projects out there.
39
39
40
40
* [ doobie] [ doobie ] principled DB access for Scala.
41
- * [ fetch] [ fetch ] efficient data access for Scala.
41
+ * [ fetch] [ fetch ] efficient data access for Scala.
42
42
43
43
[ docs ] : https://pepegar.github.io/wookie
44
44
[ free monads ] : http://typelevel.org/cats/tut/freemonad.html
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ out: index.html
6
6
wookie
7
7
------
8
8
9
- wookie is a library for using [ Amazon Web Services] ( https://aws.amazon.com/es/ )
9
+ ** wookie** is a library for using [ Amazon Web Services] ( https://aws.amazon.com/es/ )
10
10
services from Scala.
11
11
12
12
Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ Rationale
6
6
---------
7
7
8
8
### Purely functional AWS library
9
- Wookie is based in free monads and interpreters. With this approach we can have
9
+ ** wookie ** is based in free monads and interpreters. With this approach we can have
10
10
all the operations we want to have in an abstract syntax tree that will be
11
11
evaluated by our interpreter upon our request.
12
12
13
13
### Modular
14
- Wookie lets you use the HTTP client of your choice. There are interpreters for
14
+ ** wookie ** lets you use the HTTP client of your choice. There are interpreters for
15
15
the following clients:
16
16
17
17
- [ akka-http] [ akka-http ]
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ out: structure.html
5
5
Structure
6
6
---------
7
7
8
- Wookie is structure in services, and clients. Services are representations of
8
+ ** wookie ** is structure in services, and clients. Services are representations of
9
9
Services in AWS. Clients are HTTP clients that evaluates ` Request ` s and
10
10
transform them into responses in the target monad.
11
11
@@ -26,7 +26,7 @@ transform them into responses in the target monad.
26
26
27
27
### HTTP Clients
28
28
29
- There are several HTTP clients already provided in Wookie :
29
+ There are several HTTP clients already provided in ** wookie ** :
30
30
31
31
* [ akka-http] ( https://akka.io )
32
32
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ out: index.html
6
6
wookie
7
7
------
8
8
9
- wookie is a library for using [ Amazon Web Services] ( https://aws.amazon.com/es/ )
9
+ ** wookie** is a library for using [ Amazon Web Services] ( https://aws.amazon.com/es/ )
10
10
services from Scala.
11
11
12
12
Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ Rationale
6
6
---------
7
7
8
8
### Purely functional AWS library
9
- Wookie is based in free monads and interpreters. With this approach we can have
9
+ ** wookie ** is based in free monads and interpreters. With this approach we can have
10
10
all the operations we want to have in an abstract syntax tree that will be
11
11
evaluated by our interpreter upon our request.
12
12
13
13
### Modular
14
- Wookie lets you use the HTTP client of your choice. There are interpreters for
14
+ ** wookie ** lets you use the HTTP client of your choice. There are interpreters for
15
15
the following clients:
16
16
17
17
- [ akka-http] [ akka-http ]
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ out: structure.html
5
5
Structure
6
6
---------
7
7
8
- Wookie is structure in services, and clients. Services are representations of
8
+ ** wookie ** is structure in services, and clients. Services are representations of
9
9
Services in AWS. Clients are HTTP clients that evaluates ` Request ` s and
10
10
transform them into responses in the target monad.
11
11
@@ -26,7 +26,7 @@ transform them into responses in the target monad.
26
26
27
27
### HTTP Clients
28
28
29
- There are several HTTP clients already provided in Wookie :
29
+ There are several HTTP clients already provided in ** wookie ** :
30
30
31
31
* [ akka-http] ( https://akka.io )
32
32
You can’t perform that action at this time.
0 commit comments