updated to use case classes, removed swagger-core deps

This commit is contained in:
Tony Tam
2012-10-06 05:57:21 +02:00
parent 7af8b0de18
commit a4afa9bac2
82 changed files with 1270 additions and 747 deletions

View File

@@ -134,7 +134,7 @@ class PetApi(object):
def findPetsByStatus(self, status, **kwargs):
def findPetsByStatus(self, status= None, **kwargs):
"""Finds Pets by status
Args: