diff options
author | Paul Duncan <pabs@pablotron.org> | 2016-03-06 03:41:44 -0500 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2016-03-06 03:41:44 -0500 |
commit | 9c834d216c6c6abec2bb62440a672184c3ed7cb9 (patch) | |
tree | 941967bbe623d96149c2f4561c546fae5d7ac5d8 /src/guff/api-handler.cr | |
parent | 62fe744024255793a1a990bbace215403a3c9646 (diff) | |
download | old-guff-9c834d216c6c6abec2bb62440a672184c3ed7cb9.tar.bz2 old-guff-9c834d216c6c6abec2bb62440a672184c3ed7cb9.zip |
stub api metohds
Diffstat (limited to 'src/guff/api-handler.cr')
-rw-r--r-- | src/guff/api-handler.cr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/guff/api-handler.cr b/src/guff/api-handler.cr index ad78706..e4d7fc4 100644 --- a/src/guff/api-handler.cr +++ b/src/guff/api-handler.cr @@ -88,6 +88,19 @@ module Guff define_method_calls({ post: [ get_posts, + add_post, + remove_posts, + set_tags, + ], + + dir: [ + add, + remove, + ], + + file: [ + add, + remove, ], tag: [ |