Skip to content

Instantly share code, notes, and snippets.

@tonysimpson
Created December 7, 2015 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tonysimpson/fecdd6a00fe8a3b12251 to your computer and use it in GitHub Desktop.
Save tonysimpson/fecdd6a00fe8a3b12251 to your computer and use it in GitHub Desktop.
Swagger CodeGen LOL
def (latitude, longitude) -> str:
return 'do some magic!'
def (offset, limit) -> str:
return 'do some magic!'
def () -> str:
return 'do some magic!'
def (startLatitude, startLongitude, endLatitude, endLongitude) -> str:
return 'do some magic!'
def (startLatitude, startLongitude, customerUuid, productId) -> str:
return 'do some magic!'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment