Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
CHUKWA-805. Added examples to HICC rest api. (Eric Yang)
Browse files Browse the repository at this point in the history
  • Loading branch information
macroadster committed Apr 25, 2016
1 parent 84ade82 commit e0bf3c0
Show file tree
Hide file tree
Showing 17 changed files with 1,097 additions and 459 deletions.
4 changes: 3 additions & 1 deletion CHANGES.txt
Expand Up @@ -6,6 +6,8 @@ Trunk (unreleased changes)

IMPROVEMENTS

CHUKWA-805. Added examples to HICC rest api. (Eric Yang)

CHUKWA-804. Update user documents to match current code base. (Eric Yang)

CHUKWA-802. Updated Javadoc for Java 8 support. (Eric Yang)
Expand All @@ -26,7 +28,7 @@ Trunk (unreleased changes)

CHUKWA-796. Remove collector from shell script. (Eric Yang)

Release 0.6 - 09/28/2014
Release 0.7 - 12/21/2015

NEW FEATURES

Expand Down
15 changes: 15 additions & 0 deletions pom.xml
Expand Up @@ -1638,6 +1638,21 @@
<placement>a</placement>
<head>response.representation.400.example</head>
</tag>
<tag>
<name>response.representation.403.doc</name>
<placement>a</placement>
<head>response.representation.403.doc</head>
</tag>
<tag>
<name>response.representation.403.mediaType</name>
<placement>a</placement>
<head>response.representation.403.mediaType</head>
</tag>
<tag>
<name>response.representation.403.example</name>
<placement>a</placement>
<head>response.representation.403.example</head>
</tag>
<tag>
<name>request.representation.example</name>
<placement>a</placement>
Expand Down

0 comments on commit e0bf3c0

Please sign in to comment.