MLTSHP / mltshp

Source for the application that runs mltshp.com
https://mltshp.com/
Mozilla Public License 2.0
50 stars 21 forks source link

Fix API Documentation Typos #590

Closed spaceninja closed 4 years ago

spaceninja commented 4 years ago
  1. sharedfile: replace source_url with url, which is what the API actually returns.
  2. magicfiles: remove (id) from pagination endpoints.
  3. incoming: remove (id) from pagination endpoints.
  4. incoming: filter_nsfw parameter should be removed (it's not actually in the api code)
  5. save: the shake_id parameter should be a form parameter
  6. upload: the response body is not a complete sharedfile (only share_key and filename)