├── README.md ├── controllers └── example.php ├── helpers └── oauth_helper.php ├── libraries ├── Google_oauth.php └── Youtube.php └── spark.info /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jimdoescode/CodeIgniter-YouTube-API-Library/HEAD/README.md -------------------------------------------------------------------------------- /controllers/example.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jimdoescode/CodeIgniter-YouTube-API-Library/HEAD/controllers/example.php -------------------------------------------------------------------------------- /helpers/oauth_helper.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jimdoescode/CodeIgniter-YouTube-API-Library/HEAD/helpers/oauth_helper.php -------------------------------------------------------------------------------- /libraries/Google_oauth.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jimdoescode/CodeIgniter-YouTube-API-Library/HEAD/libraries/Google_oauth.php -------------------------------------------------------------------------------- /libraries/Youtube.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jimdoescode/CodeIgniter-YouTube-API-Library/HEAD/libraries/Youtube.php -------------------------------------------------------------------------------- /spark.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jimdoescode/CodeIgniter-YouTube-API-Library/HEAD/spark.info --------------------------------------------------------------------------------