Files
spring-hateoas-examples/README.adoc
Greg Turnquist e8a9bc94e7 Initial commit
2017-05-25 11:09:03 -05:00

16 lines
719 B
Plaintext

= 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