Skip to content

SxtBox/Vudeo_API_Wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vudeo.Net Vudeo.io API Wrapper

Vudeo.Net Vudeo.io API Wrapper

get your own api key from https://vudeo.io/?op=my_account
input in test.php -> ("ENTER_API_KEY_HERE")
or if you want to set api in /src/Api.php
go te these lines
private $api_key; <- CLOSE THIS LINE
//private $api_key = "ENTER_API_KEY_HERE"; <- OPEN THIS
if active api in /src/Api.php
from test.php close this line // $api->set_api_key("ENTER_API_KEY_HERE");