File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ codebird-js - changelog
14
14
+ #116 Update GET statuses/oembed with new endpoint
15
15
+ Support POST media/upload with media_data base64
16
16
- Fix check for require for webpack compatibility
17
+ + Add Account Activity API methods
17
18
18
19
2.6.0 (2015-04-08)
19
20
+ Allow to get the supported API methods as array
Original file line number Diff line number Diff line change 629
629
GET : [
630
630
"account/settings" ,
631
631
"account/verify_credentials" ,
632
+ "account_activity/all/:env_name/subscriptions" ,
633
+ "account_activity/all/:env_name/subscriptions/list" ,
634
+ "account_activity/all/:env_name/webhooks" ,
635
+ "account_activity/all/webhooks" ,
636
+ "account_activity/subscriptions/count" ,
637
+ "account_activity/webhooks" ,
638
+ "account_activity/webhooks/:webhook_id/subscriptions/all" ,
639
+ "account_activity/webhooks/:webhook_id/subscriptions/all/list" ,
632
640
"application/rate_limit_status" ,
633
641
"blocks/ids" ,
634
642
"blocks/list" ,
707
715
"account/update_profile_banner" ,
708
716
"account/update_profile_colors" ,
709
717
"account/update_profile_image" ,
718
+ "account_activity/all/:env_name/subscriptions" ,
719
+ "account_activity/all/:env_name/webhooks" ,
720
+ "account_activity/webhooks" ,
721
+ "account_activity/webhooks/:webhook_id/subscriptions/all" ,
710
722
"blocks/create" ,
711
723
"blocks/destroy" ,
712
724
"collections/create" ,
You can’t perform that action at this time.
0 commit comments