Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 456 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 456 Bytes

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");