added help, dynamic loading

This commit is contained in:
Tony Tam
2014-11-26 16:37:44 -10:00
parent f35c748fb2
commit 23d2d09136
14 changed files with 145 additions and 36 deletions

View File

@@ -87,8 +87,8 @@ public class PetApi {
}
public void addPet (Pet pet) throws ApiException {
Object postBody = pet;
public void addPet (Pet body) throws ApiException {
Object postBody = body;
// create path and map variables