about summary refs log tree commit diff
path: root/docs/Using-the-API
AgeCommit message (Collapse)Author
2017-04-11Moving docs to tootsuite/documentation (#1550)Eugen
2017-04-10Fix references to "v1" API (#1460)Alexsander Akers
References to `vi` API version replaced with `v1`
2017-04-10Minor clarifications (#1386)Ryan Freebern
2017-04-09Minor change to Entity on API.md (Relationship) (#1356)Ornithologist Coder
2017-04-09Minor API.md changes (#1351)Ornithologist Coder
2017-04-09Minor change on API.md (#1352)Ornithologist Coder
2017-04-09Allow users to update their Account in the API (#1179)David Celis
* Allow users to update their Account in the API It would be nice for API clients to be able to allow users to update their accounts without having to wrap Mastodon in a web view. This patch adds an API endpoint to let users submit a PATCH for their account. Signed-off-by: David Celis <me@davidcel.is> * Add /api/v1/accounts/update_credentials to the API docs Signed-off-by: David Celis <me@davidcel.is>
2017-04-08Add reference to Elixir client for Mastodon APIMilton Mazzarri
2017-04-05Fix API method URL typoEugen
2017-04-03"direct" in statuses#createKibigo!
2017-04-02Forgot `direct` statuses :PKibigo!
2017-04-02TypofixesKibigo!
2017-04-02Code now codeKibigo!
2017-04-02Updated API docsKibigo!
2017-03-31Put line breaks between API methods in docsAlex Gleason
2017-03-15Fix #525 - Add instance information APIEugen Rochko
2017-03-15Merge branch 'master' into mastodon-site-apiEugen
2017-03-14Obfuscate filenames better, double rate limitsEugen Rochko
2017-03-05Improved /api/v1/accounts/:id/statuses with new params: only_media, ↵Eugen Rochko
exclude_replies Redirect /:username to /users/:username Redirect /:username/:id to /users/:username/updates/:id Updated API documentation and sponsors
2017-02-27Adds site metadata access to the APIKibigo
2017-02-05Removing failed push notification API, make context loads use cacheEugen Rochko
2017-02-02Adding documentation for streaming API. Fixing filtering bugEugen Rochko
2017-02-02Cleaning up format of broadcast real-time messages, removingEugen Rochko
redis-backed "mentions" timeline as redundant (given notifications)
2017-01-29Update some API docsEugen
2017-01-29Fix JSON formatting in docsEugen Rochko
2017-01-29Update docs with information about push notificationsEugen Rochko
2017-01-26document that /oauth/token does not always return jsonChristian Walde
2017-01-25clarify the intended use of the oauth api call as per this issue:Christian Walde
https://github.com/alin-rautoiu/mastodroid/issues/23
2017-01-21Improve API docs formattingEugen Rochko
2017-01-21Add wiki contents to docs/ insteadEugen Rochko