Commit Graph

157 Commits

Author SHA1 Message Date
Dag Ågren 934d748b3e Update API.md (#715) 2018-09-18 23:10:08 +02:00
K.Takeuchi c974d49419 Add oauth2-mastodon to list of libraries (#712) 2018-09-18 18:15:53 +02:00
Drew Fitzpatrick 4445682f90 Add endorsements documentation. (#705) 2018-09-11 21:12:51 +02:00
Drew Fitzpatrick a9c8d45125 Add Custom Emojis endpoint to the docs. (#702)
* Add Custom Emojis endpoint to the docs.

Everyone needs to know about the most important endpoint.

* Move custom emoji API listing.

* Move custom emojis back under Instances, adding a listing to the ToC
2018-09-08 10:28:45 -04:00
Niklas Poslovski 6c87cec5b3 Added direct messages to API documentation (#701)
* Added direct messages timeline to API documentation

* Added direct messages to Streaming API documentation
2018-09-08 09:49:12 -04:00
Paul Woolcock 5a935e39df Add elefren to list of libraries (#688) 2018-08-28 18:25:27 +02:00
Nicolas Hafner 66e0d5ab57 Add tooter as a Mastodon client library. (#634) 2018-08-28 02:28:18 +02:00
Eugen Rochko a9fc71b32a
Update scopes 2018-08-27 18:58:40 +02:00
Alex Schroeder f5a01ab9ee Filters: improve documentation (#661)
* Filters: extra info about 'irreversible'

* Reformulate documentation of irreversible flag

* Filters: expired_in does not delete the filter

Also some clarification about context.
2018-08-27 11:16:58 +02:00
Wladimir Palant 26aed710ad Issue #667 - Update OAuth documentation to match current implementation (#678) 2018-08-23 14:15:57 +02:00
Eugen Rochko 4f1e930508
Remove trends 2018-08-23 00:39:39 +02:00
Levi Bard 34d2a43c5c Document the api added in https://github.com/tootsuite/mastodon/pull/6789 (#672) 2018-08-21 19:27:40 +02:00
Thomas 880a0ba08e Add replies_count in Status entity (#666) 2018-08-19 15:49:01 +02:00
zyanai 611c049206 Add visible_in_picker to description of Emoji (#658) 2018-08-09 23:51:47 +02:00
zyanai fad398fa5b Add emoji field to description of Account (#657) 2018-08-09 23:51:21 +02:00
Alex Schroeder 6ba4ada236 fix search description based on release 2.3.0 (#649) 2018-07-17 15:27:20 +02:00
tateisu 4a0f7df6a9 (API) Filters (#647)
* (API) follow suggestions

* fixup

* (api)keyword filter

* fixup
2018-07-16 22:09:12 +02:00
Konrad Pozniak 7e05dc01c5 add documentation for muting reblogs (#637)
Pleaaaaaase always update the api documentation after a mastodon release
2018-07-16 20:52:06 +02:00
tateisu 9d89534e58 (API) Follow suggestions (#646)
* (API) follow suggestions

* fixup
2018-07-16 20:51:45 +02:00
Eugen Rochko 5578765530
Add missing documentation about language param 2018-06-06 04:09:47 +02:00
Eugen Rochko 8c4a7413b9
Add trends API information 2018-05-30 22:01:49 +02:00
Konrad Pozniak 2163a6363d add 'bot' flag to account entity (#630)
* add 'bot' flag to account entity

marked as nullable for backward compatibility, hope thats ok

* Fix typo
2018-05-27 13:39:23 +02:00
Eugen Rochko 034111e07f
Update Push-notifications.md 2018-05-22 20:29:24 +02:00
tastytea 49a6164015 [Event.Status] Add note on in_reply_to(_account)_id (#623)
in_reply_to_id and in_reply_to_account_id can be null in a reply
2018-05-21 00:46:23 +02:00
Jean Potier 3f01592a06 Update nullable of url in Status (#622)
https://bidule.menf.in/api/v1/statuses/82725 is an example of a valid status even though it contains a null url field. Either my application should reject this, or the API should explicitely allow it.
2018-05-20 20:50:20 +02:00
tateisu 57db71f7f2 (API) push subscription (#615)
* (API) push subscription

* (API) push subscription

* (API) push subscription

* (API) push subscription

* (API) push subscription

* (API) push subscription

* (API) push subscription
2018-05-16 02:17:33 +02:00
tateisu b0951be2f7 (API) profile metadata fields (#611)
* add fields_attributes in /api/v1/accounts/update_credentials

* add fields in Accounts and verify_credentials

* add fields in Accounts and verify_credentials

* add fields in Accounts and verify_credentials
2018-05-15 11:30:27 +02:00
Mike Burns bca5452970 The only_media query param is public and tag only (#599)
Per [a discussion elsewhere], the `only_media` query param does not work
on the home timeline API.

[a discussion elsewhere]: https://github.com/tootsuite/mastodon/issues/6603#issuecomment-383099654
2018-04-22 19:32:00 +02:00
codl c2e5d5d665 document idempotency-key header (#581) 2018-03-25 19:33:13 +02:00
Eugen Rochko fde17f034a
Update API docs in preparation for 2.3.0 (#563) 2018-03-09 13:30:07 +01:00
tastytea 8befaa0cd5 Add mastodon-cpp to list of libraries (#546) 2018-02-21 19:34:18 +01:00
Thomas 461a176035 Adds following parameter in /accounts/search (#518)
`following` parameter allows to search users for adding them to a list.
2018-01-13 19:07:54 +01:00
Ornithologist Coder cc78b4a90c Fixes typo (Lists -> List) (#510) 2018-01-02 20:07:28 +01:00
Ornithologist Coder ab91b5b072 Moves List and Lists around (#509)
* Moves List and Lists around

to keep methods and entities sorted alphabetically.

* Updates Lists descriptions
2018-01-02 19:41:31 +01:00
Ornithologist Coder a02f68e765 Moves Custom Emojis do Instances (#507)
* Moves Emojis to own section

Since they're not part of the `/api/v1/status*` family.

* Moves to Custom Emojis to Instances
2018-01-01 20:37:21 +01:00
Ornithologist Coder 615aba5697 Updates Status.emojis information (#508)
`emojis` is not nullable. Instead, it returns an empty array
when no emojis are used.

```
"emojis": []
```
2018-01-01 20:36:59 +01:00
nightpool 996878c5be add description of form-data uploades (#496)
this glosses over the use of data or external uris with paperclip because it's kind of complicated and I don't have the best handle on the edge-cases, but I can take a look at that if it seems useful.
2017-12-22 14:34:12 +01:00
s e8ba704983 Update API.md with some missing response fields (#495)
* Update API.md with some missing response fields

* A few additional clarifications in API.md
2017-12-22 00:14:45 -06:00
Thomas c4652e6193 Update API.md (#490)
Update Relationship entity with the attribute "muting_notifications"
2017-12-17 15:08:30 +01:00
Thomas 152d4045f2 Update API.md (#489)
Update mute call with the parameter 'notifications'
2017-12-17 15:08:21 +01:00
Thomas 8cd6b13533 Update API.md (#488)
Replace the attribute "moved_to_account" by "moved" in the entity Account
2017-12-17 15:07:59 +01:00
Lorenz Diener 9b09bdf9f8 Fix /api/v1/accounts/:id/lists docs (#484) 2017-12-13 20:34:31 +01:00
Eugen Rochko 4b8f6e1726
Update API.md 2017-12-13 15:43:16 +01:00
Eugen Rochko 6b3455ecf6
Add list endpoint 2017-12-13 15:18:53 +01:00
Eugen Rochko 4bb149c73f
Add information about new APIs in 2.1 2017-12-13 15:12:12 +01:00
Eugen Rochko 35eba251d7
Update Tips-for-app-developers.md 2017-12-13 14:44:45 +01:00
Eugen Rochko b664972724
Update Push-notifications.md 2017-12-13 14:31:35 +01:00
Christophe Jossart 1f591f8154 Update PHP API wrapper from PR comment #458 (#483) 2017-12-11 23:03:30 +01:00
Thomas 2480655d4f Update API.md (#468)
Fetching custom emoji for an instance
2017-11-29 16:09:56 +01:00
Alex Schroeder e7e3e4a52f Document streaming URL for local statuses (#466)
See https://github.com/tootsuite/mastodon/issues/5839.
2017-11-28 21:50:37 +01:00