aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/api/media.rst
diff options
context:
space:
mode:
authorJessica Tallon <jessica@megworld.co.uk>2014-12-30 16:01:20 +0100
committerJessica Tallon <jessica@megworld.co.uk>2014-12-30 16:01:20 +0100
commit90b78c4a283da1c0dfa2c37859205da49db98eb0 (patch)
tree77ab703a2baa80fb25306278f46c3b968d9a21bf /docs/source/api/media.rst
parent7eac1e6d6b008cc17fac0ded676e61bba6d9689b (diff)
downloadmediagoblin-90b78c4a283da1c0dfa2c37859205da49db98eb0.tar.lz
mediagoblin-90b78c4a283da1c0dfa2c37859205da49db98eb0.tar.xz
mediagoblin-90b78c4a283da1c0dfa2c37859205da49db98eb0.zip
Clean up documentation and add documentation on activities
Diffstat (limited to 'docs/source/api/media.rst')
-rw-r--r--docs/source/api/media.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/source/api/media.rst b/docs/source/api/media.rst
index bafe43d3..3e0b4391 100644
--- a/docs/source/api/media.rst
+++ b/docs/source/api/media.rst
@@ -13,19 +13,19 @@
.. info:: Currently only image uploading is supported.
-===============
-Uploading Media
-===============
+=====
+Media
+=====
To use any the APIs mentioned in this document you will required :doc:`oauth`
-Uploading and posting an media requiest you to make two to three requests:
+Uploading and posting an media request you to make two to three requests:
1) Uploads the data to the server
2) Post media to feed
3) Update media to have title, description, license, etc. (optional)
-These steps could be condenced in the future however currently this is how the
+These steps could be recondensed in the future however currently this is how the
pump.io API works. There is currently an issue open, if you would like to change
how this works please contribute upstream: https://github.com/e14n/pump.io/issues/657
@@ -41,7 +41,7 @@ A POST request should be made to the media upload URI submitting at least two he
* `Content-Length` - size in bytes of the media.
The media data should be submitted as POST data to the image upload URI.
-You will get back a JSON encoded response which will look similiar to::
+You will get back a JSON encoded response which will look similar to::
{
"updated": "2014-01-11T09:45:48Z",
@@ -139,7 +139,7 @@ and update request to the endpoint, the following attributes can be submitted:
.. note:: license attribute is mediagoblin specific, pump.io does not support this attribute
-The update request should look something similiar to::
+The update request should look something similar to::
{
"verb": "update",