Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: generate endpoint to service with '/api_v3/' as a prefix.
BREAKING CHANGE: before: The service api provided by the application included `/api_v3/` when provided ``` "https://www.kaltura.com/api_v3/" ``` after: The service api provided by the application shouldn't include `/api_v3/` when provided ``` "https://www.kaltura.com" ```
- Loading branch information