All microservices exposing REST APIS need to be documented . Spring REST Docs provides a TDD based API documentation framework based on AsciiDoc and ensures that the API documentation are always updated along with the tests. Another important feature being the ability to handle hypermedia and HATEOAS APIs. Since the starter project has one API service (shardis-api) , this will be implemented for this microservice as a sample.
All microservices exposing REST APIS need to be documented . Spring REST Docs provides a TDD based API documentation framework based on AsciiDoc and ensures that the API documentation are always updated along with the tests. Another important feature being the ability to handle hypermedia and HATEOAS APIs. Since the starter project has one API service (shardis-api) , this will be implemented for this microservice as a sample.