From: Christopher Allan Webber Date: Mon, 4 Aug 2014 16:55:05 +0000 (-0500) Subject: Adding Pump API stuff to the docs index. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=bf92ac6d7c26be82864176b76be9119461411071;p=mediagoblin.git Adding Pump API stuff to the docs index. This commit sponsored by Joel Luellwitz. Thanks! --- diff --git a/docs/source/index.rst b/docs/source/index.rst index 3ead6136..6260a595 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -96,6 +96,26 @@ This chapter contains various information for developers. devel/migrations +Part 5: Pump API +================ + +This chapter covers MediaGoblin's `Pump API +`_ support. (A +work in progress; full federation is not supported at the moment, but +media uploading works! You can use something like +`PyPump `_ +to write MediaGoblin uploadable applications.) + +.. toctree:: + :maxdepth: 1 + + api/client_register + api/oauth + api/media + api/media_interaction + + + Indices and tables ==================