An open API service indexing awesome lists of open source software.

https://github.com/jreijn/devcon-rest-tdd-demo

Repository for Spring REST Docs demo
https://github.com/jreijn/devcon-rest-tdd-demo

rest-api spring-boot spring-rest-docs

Last synced: 3 months ago
JSON representation

Repository for Spring REST Docs demo

Awesome Lists containing this project

README

          

# DevCon REST TDD Demo

This repository contains the code I wrote for my Luminis DevCon 2018 presentation on [Test-Driven Documentation for your REST(ful) service](https://www.youtube.com/watch?v=3NT_Wql8wMg).

The project contains a Spring Boot based Hypermedia API for Starwars resources, which gets documented by using [Spring REST Docs](https://projects.spring.io/spring-restdocs/).

There are 2 branches worth looking at:

- master (contains a fully documented version of the API)
- auto-restdocs (leverages [Spring Auto REST Docs](https://github.com/ScaCap/spring-auto-restdocs) for generating API docs)

[Slides](https://www.slideshare.net/jreijn/testdriven-development-for-your-restful-service)