diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-08-04 11:55:05 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-08-04 11:55:05 -0500 |
commit | bf92ac6d7c26be82864176b76be9119461411071 (patch) | |
tree | 391387405bf6f19bee71758d0900b0e49ee9f814 /docs/source/index.rst | |
parent | 23002ee77f742f3b00fbee64def0dea5de0f5e51 (diff) | |
download | mediagoblin-bf92ac6d7c26be82864176b76be9119461411071.tar.lz mediagoblin-bf92ac6d7c26be82864176b76be9119461411071.tar.xz mediagoblin-bf92ac6d7c26be82864176b76be9119461411071.zip |
Adding Pump API stuff to the docs index.
This commit sponsored by Joel Luellwitz. Thanks!
Diffstat (limited to 'docs/source/index.rst')
-rw-r--r-- | docs/source/index.rst | 20 |
1 files changed, 20 insertions, 0 deletions
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 +<https://github.com/e14n/pump.io/blob/master/API.md>`_ support. (A +work in progress; full federation is not supported at the moment, but +media uploading works! You can use something like +`PyPump <http://pypump.org>`_ +to write MediaGoblin uploadable applications.) + +.. toctree:: + :maxdepth: 1 + + api/client_register + api/oauth + api/media + api/media_interaction + + + Indices and tables ================== |