Thu, 06 Sep 2018 11:43:44 +0200 Support search v2 API
Mikael Berthe <mikael@lilotux.net> [Thu, 06 Sep 2018 11:43:44 +0200] rev 240
Support search v2 API
Thu, 06 Sep 2018 11:28:42 +0200 Introduce new type: MastodonDate
Mikael Berthe <mikael@lilotux.net> [Thu, 06 Sep 2018 11:28:42 +0200] rev 239
Introduce new type: MastodonDate This type replaces the previous 'ActivityTime' since this weird timestamp format is now used by several Mastodon API endpoints...
Thu, 06 Sep 2018 01:07:40 +0200 Do not use a global API version
Mikael Berthe <mikael@lilotux.net> [Thu, 06 Sep 2018 01:07:40 +0200] rev 238
Do not use a global API version Mastodon uses an API version per endpoint (cf. search v2) so we need to be able to specify the version for any API call.
Thu, 06 Sep 2018 00:34:44 +0200 Bump API version number
Mikael Berthe <mikael@lilotux.net> [Thu, 06 Sep 2018 00:34:44 +0200] rev 237
Bump API version number
Thu, 06 Sep 2018 00:23:40 +0200 Update search result type (us rich tag structure)
Mikael Berthe <mikael@lilotux.net> [Thu, 06 Sep 2018 00:23:40 +0200] rev 236
Update search result type (us rich tag structure) This change will let us use the same 'Results' object for both versions of the search API endpoint (v1 & v2).
Wed, 05 Sep 2018 22:55:20 +0200 Add endorsement commands (GetEndorsements, {Pin,Unpin}Account)
Mikael Berthe <mikael@lilotux.net> [Wed, 05 Sep 2018 22:55:20 +0200] rev 235
Add endorsement commands (GetEndorsements, {Pin,Unpin}Account)
Wed, 05 Sep 2018 13:11:54 +0200 Move GetFavourites() to status.go
Mikael Berthe <mikael@lilotux.net> [Wed, 05 Sep 2018 13:11:54 +0200] rev 234
Move GetFavourites() to status.go
Wed, 05 Sep 2018 10:52:58 +0200 Add suggestions
Mikael Berthe <mikael@lilotux.net> [Wed, 05 Sep 2018 10:52:58 +0200] rev 233
Add suggestions This patch adds GetSuggestions and DeleteSuggestion for the 'suggestions' endpoint.
Wed, 05 Sep 2018 02:33:23 +0200 UpdateAccount: Add support for FieldsAttributes and Source parameters
Mikael Berthe <mikael@lilotux.net> [Wed, 05 Sep 2018 02:33:23 +0200] rev 232
UpdateAccount: Add support for FieldsAttributes and Source parameters The source parameters don't seem to work, though (tested against Mastodon 2.5.0)...
Wed, 05 Sep 2018 02:33:23 +0200 Fix (hopefully) handling of arrays in API calls
Mikael Berthe <mikael@lilotux.net> [Wed, 05 Sep 2018 02:33:23 +0200] rev 231
Fix (hopefully) handling of arrays in API calls Item numbers should not be sent, except for two-dimension arrays.
(0) -100 -10 +10 tip