|
|
@@ -11,7 +11,7 @@ $ git clone https://github.com/springframework-meta/gs-rest-service.git
|
|
11
|
11
|
|
|
12
|
12
|
In the `start` folder, you'll find a bare project, ready for you to copy-n-paste code snippets from this document. In the `complete` folder, you'll find the complete project code.
|
|
13
|
13
|
|
|
14
|
|
-Before we can write the REST service itself, there's some initial project setup that's required. Or, you can skip straight to the [fun part]().
|
|
|
14
|
+Before we can write the REST service itself, there's some initial project setup that's required. Or, you can skip straight to the [fun part](#creating-a-representation-class).
|
|
15
|
15
|
|
|
16
|
16
|
Selecting Dependencies
|
|
17
|
17
|
----------------------
|
|
|
@@ -171,7 +171,7 @@ There's more to building REST services than is covered here. You may want to con
|
|
171
|
171
|
* Creating self-describing APIs with HATEOAS
|
|
172
|
172
|
* Securing a REST service with HTTP Basic
|
|
173
|
173
|
* Securing a REST service with OAuth
|
|
174
|
|
-* Consuming REST APIs
|
|
175
|
|
-* Testing REST APIs
|
|
|
174
|
+* [Consuming REST services](https://github.com/springframework-meta/gs-consuming-rest-core/blob/master/README.md)
|
|
|
175
|
+* Testing REST services
|
|
176
|
176
|
|
|
177
|
177
|
|