A mirror of my website's source code.

By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

 Youtube_needs_a_Rest_API.md

View raw Download
text/plain • 503 B
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:

  1. 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.

  2. It means that you only need to use fetch() on it.

  3. We don't need the most in depth api.

                
                    
1
title: YouTube needs to have an open REST API
2
date: 2021 Sep 29
3
updated: 2024 Feb 2
4
5
*2024 Note: I don't care anymore. I'm keeping this around for historical reasons at this point.*
6
7
Youtube needs an open Rest API. Here are some reasons:
8
1. 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.
9
2. It means that you only need to use `fetch()` on it.
10
3. We don't need the most in depth api.
11