[java-okhttpgson]: Include API's Http response codes and their corresponding description and response headers in the documentation (#2995)

* fix(okhttp-gson-java): Adding response headers on api_doc.mustache

* feat(okhttp-gson): Adding Http response headers to docs and javadocs

* feat(okhttp-gson): Included dots in custom tage

* feat(java-okhttpgson): Updating pet project

* feat(java-okhttpgson): Updating other pet project
This commit is contained in:
Sai Giridhar P
2019-05-28 22:25:59 +05:30
committed by William Cheng
parent 38b1fe2d36
commit 499c8ac5c1
29 changed files with 2127 additions and 0 deletions

View File

@@ -52,3 +52,8 @@ No authorization required
- **Content-Type**: application/json
- **Accept**: application/json
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | successful operation | - |