MCPcopy Create free account
hub / github.com/MALSync/MALSync / getUserObject

Method getUserObject

src/_provider/Shikimori/list.ts:16–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14 tempList: helper.StatusRequest[] = [];
15
16 getUserObject() {
17 return helper.userRequest().then(res => ({
18 username: res.nickname,
19 picture: res.image.x80,
20 href: res.url,
21 }));
22 }
23
24 deauth() {
25 return api.settings.set('shikiToken', '');

Callers

nothing calls this directly

Calls 1

userRequestMethod · 0.80

Tested by

no test coverage detected