Created
December 7, 2015 14:03
-
-
Save tonysimpson/fecdd6a00fe8a3b12251 to your computer and use it in GitHub Desktop.
Swagger CodeGen LOL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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