Hello, I really liked your library, especially because it handles authentication very well. I thought it would be nice to add support for clip endpoints.
This PR aims to add a new endpoint for clips to which I have added two methods getClip(clipId) and downloadClip(clipId)
Thank you for the correction! I'm not very experienced in Typescript but for this addition, I was able to understand it well by taking the time to analyze the code of what you did in the other endpoints.
Hello, I really liked your library, especially because it handles authentication very well. I thought it would be nice to add support for clip endpoints.
This PR aims to add a new endpoint for clips to which I have added two methods
getClip(clipId)
anddownloadClip(clipId)
getClip(clipId)
This method retrieves the details of a clip.
Example of use
Output example
downloadClip(clipId)
This method triggers the Kick API to download a clip and generates a temporary video/mp4 URL.
Example of use
Output example