When can we expect the Helix API to return information that currently is only available from the v5 API? In my case, the service I’m making requires the offset information for clips to know when they occurred in the source video. Currently, I can just take the number of seconds for the offset as reported by the v5 Clips endpoint, but this information is not given in the Helix endpoint (despite this information being used by Twitch on clip pages to link to the original video and timestamp).
Side note: It’s annoying having to un-format the time duration strings (“1h2m3s”) returned by the other Helix API endpoints compared to the ease and speed of just using the simple integer returned by the v5 API to represent the number of seconds.