Youtube_needs_a_Rest_API.md
ASCII text
title: YouTube needs to have an open REST API date: 2021 Sep 29 updated: 2024 Feb 2
2024 Note: I don't care anymore. I'm keeping this around for historical reasons at this point.
Youtube needs an open Rest API. Here are some reasons:
It makes my life easier, as I don't need to write a billion lines of code, and not go thought the paid service known as google cloud console, to get an api key.
It means that you only need to use
fetch()
on it.We don't need the most in depth api.
1title: YouTube needs to have an open REST API 2date: 2021 Sep 29 3updated: 2024 Feb 2 4 5*2024 Note: I don't care anymore. I'm keeping this around for historical reasons at this point.* 6 7Youtube needs an open Rest API. Here are some reasons: 81. It makes my life easier, as I don't need to write a billion lines of code, and not go thought the ***paid service*** known as google cloud console, to get an api key. 92. It means that you only need to use `fetch()` on it. 103. We don't need the most in depth api. 11