Replies: 1 comment
-
I've done it! require('dotenv').config(); const url = 'https://huly.app'; const options: ConnectOptions = { async function main(): Promise { if (!projectName) { const client = await connect(url, options); try {
} finally { if (require.main === module) { |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I've been browsing the code, trying to fetch the comments for each issue through the API. Based on the examples provided, among the parameters returned for each issue, I find the number of comments, but I haven't been able to retrieve the comments themselves, or other specific elements related to them.
Does this functionality exist and I'm just not identifying it?
Could you please assist me?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions