Merge remote-tracking branch 'joar-github/oauth/refresh_tokens'
[mediagoblin.git] / docs / source / pluginwriter / api.rst
CommitLineData
92c597ca
E
1.. MediaGoblin Documentation
2
3 Written in 2013 by MediaGoblin contributors
4
5 To the extent possible under law, the author(s) have dedicated all
6 copyright and related and neighboring rights to this software to
7 the public domain worldwide. This software is distributed without
8 any warranty.
9
10 You should have received a copy of the CC0 Public Domain
11 Dedication along with this software. If not, see
12 <http://creativecommons.org/publicdomain/zero/1.0/>.
13
14
15==========
16Plugin API
17==========
18
19:mod:`pluginapi` Module
20-----------------------
21
22.. automodule:: mediagoblin.tools.pluginapi
cf41e7d7 23 :members: get_config, register_routes, register_template_path,
36748921
CAW
24 register_template_hooks, get_hook_templates,
25 callable_runone, callable_runall