Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Update url to use v1.8 of API
Browse files Browse the repository at this point in the history
  • Loading branch information
sprain committed Sep 7, 2022
1 parent aaec197 commit bd939fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Wsc/Request/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ abstract class Request
const HTTP_METHOD_DELETE = 'delete';
const HTTP_METHOD_PUT = 'put';

const ROOT_URL = 'https://api.cloud.wowza.com/api/v1.6';
const ROOT_URL_TEST = 'https://api-sandbox.cloud.wowza.com/api/v1.6';
const ROOT_URL = 'https://api.cloud.wowza.com/api/v1.8';
const ROOT_URL_TEST = 'https://api-sandbox.cloud.wowza.com/api/v1.8';

const ERROR_RESPONSE_CLASS = ErrorResponse::class;

Expand Down

0 comments on commit bd939fa

Please sign in to comment.