Created
June 19, 2014 16:39
-
-
Save srdjan/6daa7b382ffb9594e0d4 to your computer and use it in GitHub Desktop.
api with overloads
This file contains 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
get(); | |
get(5); | |
get('id > 5'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment