Skip to content

Commit 77bdcf1

Browse files
committed
Add comment type
1 parent 1aeeba4 commit 77bdcf1

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/RestClient.mjs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,16 @@ export default class RestClient {
199199

200200
}
201201

202+
/**
203+
* @param {string} restEndpoint
204+
*/
202205
setRestEndpoint(restEndpoint) {
203206
this.restEndpoint = restEndpoint
204207
}
205208

209+
/**
210+
* @param {string} contentType
211+
*/
206212
setContentType(contentType) {
207213
this.contentType = contentType
208214
}

0 commit comments

Comments
 (0)