We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e50106 + 5b3f343 commit 704f832Copy full SHA for 704f832
src/BreakoutApi.js
@@ -451,6 +451,10 @@ class BreakoutApi {
451
return this.instance.get(`user/exists/`, { params: { email } } )
452
.then(resp => resp.data);
453
}
454
+
455
+ addSponsoring(teamId, sponsoring) {
456
+ return this.instance.post(`event/-1/team/${teamId}/sponsoring/`, sponsoring)
457
+ .then(resp => resp.data);
458
459
createGroupMessage(users) {
460
return this.instance.post(`/messaging/`, users)
0 commit comments