Ver código fonte

Update sidebar

Craig Walls 13 anos atrás
pai
commit
5cc07de7db
1 arquivos alterados com 8 adições e 4 exclusões
  1. 8
    4
      SIDEBAR.md

+ 8
- 4
SIDEBAR.md Ver arquivo

4
 
4
 
5
 ### Getting Started Guides
5
 ### Getting Started Guides
6
 
6
 
7
-* Handling POST, PUT, and GET requests in REST services
8
-* Creating self-describing APIs with HATEOAS
9
-* Securing a REST service with OAuth
10
 * [Consuming RESTful web services][gs-consuming-rest]
7
 * [Consuming RESTful web services][gs-consuming-rest]
11
-* Testing RESTful web services
8
+* [Building a Hypermedia Driven REST Web Service][gs-rest-hateoas]
9
+* [Consuming RESTful web services on Android][gs-consuming-rest-android]
10
+* [Consuming XML from a RESTful Web Service on Android][gs-consuming-rest-xml-android]
11
+* [Building a RESTful web service with Bootstrap Actuators][gs-actuator-service]
12
 
12
 
13
 [gs-consuming-rest]: /guides/gs/consuming-rest/content
13
 [gs-consuming-rest]: /guides/gs/consuming-rest/content
14
+[gs-consuming-rest-android]: /guides/gs/consuming-rest-android/content
15
+[gs-rest-hateoas]: /guides/gs/gs-rest-hateoas/content
16
+[gs-consuming-rest-xml-android]: /guides/gs/consuming-rest-xml-android/content
17
+[gs-actuator-service]: /guides/gs/actuator-service/content
14
 
18
 
15
 ### Tutorials
19
 ### Tutorials
16
 
20