|
|
@@ -4,19 +4,26 @@ Related Resources
|
|
4
|
4
|
|
|
5
|
5
|
There's more to building RESTful web services than is covered here. You may want to continue your exploration of Spring and REST with the following
|
|
6
|
6
|
|
|
7
|
|
-### Getting Started guides:
|
|
|
7
|
+### Getting Started Guides
|
|
8
|
8
|
|
|
9
|
9
|
* Handling POST, PUT, and GET requests in REST services
|
|
10
|
10
|
* Creating self-describing APIs with HATEOAS
|
|
11
|
|
-* Securing a REST service with HTTP Basic
|
|
12
|
11
|
* Securing a REST service with OAuth
|
|
13
|
|
-* Consuming REST services
|
|
14
|
|
-* Testing REST services
|
|
|
12
|
+* [Consuming RESTful web services][gs-consuming-rest]
|
|
|
13
|
+* Testing RESTful web services
|
|
|
14
|
+
|
|
|
15
|
+[gs-consuming-rest]: /guides/gs/consuming-rest/content
|
|
|
16
|
+
|
|
|
17
|
+### Tutorials
|
|
|
18
|
+
|
|
|
19
|
+* [Tutorial TBD][tut-tbd]
|
|
|
20
|
+
|
|
|
21
|
+[tut-tbd]: /guides/tutorials/tbd
|
|
15
|
22
|
|
|
16
|
23
|
### Understanding
|
|
17
|
24
|
|
|
18
|
|
-* [Understanding REST][u-rest]
|
|
19
|
|
-* [Understanding Json][u-json]
|
|
|
25
|
+* [REST][u-rest]
|
|
|
26
|
+* [JSON][u-json]
|
|
20
|
27
|
|
|
21
|
28
|
[u-rest]: /understanding/rest
|
|
22
|
29
|
[u-json]: /understanding/json
|