Initial commit
This commit is contained in:
15
README.adoc
Normal file
15
README.adoc
Normal file
@@ -0,0 +1,15 @@
|
||||
= Spring HATEOAS Examples
|
||||
|
||||
image:https://travis-ci.org/spring-projects/spring-hateoas-examples.svg?branch=issue%2F%2313[Build Status,link=https://travis-ci.org/spring-projects/spring-hateoas-examples]
|
||||
|
||||
This repository contains example projects to interact with Spring HATEOAS.
|
||||
|
||||
* Learn how to interact with a Spring HATEOAS-powered app, from inside as well as the command line.
|
||||
* See how to upgrade a REST resource without having to create new mediatypes, version URIs, etc.
|
||||
|
||||
We have separate folders for each of these:
|
||||
|
||||
== Spring HATEOAS Modules
|
||||
|
||||
* `basics` - Poke and prod at a hypermedia-powered service from inside the code as well as externally using standard tools
|
||||
* `upgrade` - Upgrade an existing REST resource
|
||||
Reference in New Issue
Block a user