Skip to content

Commit 81e04d2

Browse files
authored
Merge pull request #370 from topcoder-platform/TSJR-27_skills-deprecation
TSJR-27 - add deprecation warning for the old api skills
2 parents 5d008e5 + a894ee4 commit 81e04d2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/services/members.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ class MembersService {
7070
}
7171

7272
/**
73+
* @deprecated This method is using the old API skills,
74+
* and the returned skills may not be what you're looking for
75+
* @todo Replace this method and use the new standardized skills when needed
76+
* @see https://topcoder.atlassian.net/browse/TSJR-27
77+
*
7378
* Gets member skills.
7479
* @param {String} handle
7580
* @return {Promise} Resolves to the stats object.

0 commit comments

Comments
 (0)