Skip to content

Commit 7646ea9

Browse files
committed
Add Account Activity API methods
1 parent f3cfab4 commit 7646ea9

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ codebird-js - changelog
1414
+ #116 Update GET statuses/oembed with new endpoint
1515
+ Support POST media/upload with media_data base64
1616
- Fix check for require for webpack compatibility
17+
+ Add Account Activity API methods
1718

1819
2.6.0 (2015-04-08)
1920
+ Allow to get the supported API methods as array

codebird.es7.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -629,6 +629,14 @@
629629
GET: [
630630
"account/settings",
631631
"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",
632640
"application/rate_limit_status",
633641
"blocks/ids",
634642
"blocks/list",
@@ -707,6 +715,10 @@
707715
"account/update_profile_banner",
708716
"account/update_profile_colors",
709717
"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",
710722
"blocks/create",
711723
"blocks/destroy",
712724
"collections/create",

0 commit comments

Comments
 (0)