Skip to content

Commit e347f3d

Browse files
committed
Merge branch 'release/0.6.1'
2 parents 9dab271 + 89fcf7e commit e347f3d

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Version 0.6.1 (2015-05-27)
2+
3+
- feat: support for new route /me/group (getMyGroups)
4+
15
### Version 0.6 (2015-05-25)
26

37
- feat: queue permission handling

camomile.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,12 @@
152152
_api('me').get(callback);
153153
};
154154

155+
my.getMyGroups = function (callback) {
156+
callback = callback || default_callback;
157+
158+
_api('me')('group').get(callback);
159+
};
160+
155161
my.update_password = function (new_password, callback) {
156162
callback = callback || default_callback;
157163

0 commit comments

Comments
 (0)