MCPcopy Create free account
hub / github.com/LeChatErrant/API-template / signout

Method signout

src/appRequester.ts:55–59  ·  view source on GitHub ↗
(statusCodeExpected = httpStatus.NO_CONTENT)

Source from the content-addressed store, hash-verified

53 }
54
55 async signout(statusCodeExpected = httpStatus.NO_CONTENT) {
56 await this.request
57 .post('/users/signout')
58 .expect(statusCodeExpected);
59 }
60
61 async listUsers(statusCodeExpected = httpStatus.OK) {
62 const { body } = await this.request

Callers 2

user.spec.tsFile · 0.80
post.spec.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected