Last active
November 3, 2018 19:02
-
-
Save sam0x17/5b26ffa0ae663f3137fdf6c982567993 to your computer and use it in GitHub Desktop.
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
require "gcf" | |
class Example < GCF::CloudFunction | |
def run(params : JSON::Any) | |
# your code here | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/sam0x17/gcf.cr