Skip to content

Commit

Permalink
Version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SDK Gen Bot committed Jan 14, 2025
1 parent 7b3dafe commit 7355ca6
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion API_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.9
0.1.10
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.1](https://github.com/cloudinary/video-live-streaming-js/compare/0.1.0...0.1.1) (14-01-2025)


### Bug Fixes

* Align API base url

## [0.1.0](https://github.com/cloudinary/video-live-streaming-js/compare/0.0.0...0.1.0) (08-10-2024)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Use the Video Live Streaming API to create and manage your RTMP live streams. Th

### API Endpoints

All URIs are relative to *https://api.cloudinary.com/v2/CLOUD_NAME/video*
All URIs are relative to *https://api.cloudinary.com/v2/video/CLOUD_NAME*

| Class | Method | HTTP request | Description |
| ------------ | ------------- | ------------- | ------------- |
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.1
4 changes: 2 additions & 2 deletions api/liveStreamApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import { HttpBasicAuth, HttpBearerAuth, ApiKeyAuth, OAuth } from '../model/model

import { HttpError, RequestFile, ICloudinaryUrlConfig, IConfig } from './apis';

let defaultBasePath = 'https://api.cloudinary.com/v2/CLOUD_NAME/video';
let defaultBasePath = 'https://api.cloudinary.com/v2/video/CLOUD_NAME';

// ===============================================
// This file is autogenerated - Please do not edit
Expand All @@ -34,7 +34,7 @@ let defaultBasePath = 'https://api.cloudinary.com/v2/CLOUD_NAME/video';
export enum LiveStreamApiApiKeys {
}

const USER_AGENT = `CloudinaryVideoLiveStreamingNodeJS/0.1.0 (Node ${process.versions.node})`;
const USER_AGENT = `CloudinaryVideoLiveStreamingNodeJS/0.1.1 (Node ${process.versions.node})`;

export class LiveStreamApi {
protected _basePath = defaultBasePath;
Expand Down
2 changes: 1 addition & 1 deletion docs/Api/LiveStreamApi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# LiveStreamApi

All URIs are relative to *https://api.cloudinary.com/v2/CLOUD_NAME/video*
All URIs are relative to *https://api.cloudinary.com/v2/video/CLOUD_NAME*

Method | HTTP request | Description
------------- | ------------- | -------------
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudinary/video-live-streaming",
"version": "0.1.0",
"version": "0.1.1",
"description": "NodeJS client for @cloudinary/video-live-streaming",
"main": "./api.js",
"types": "./api.d.ts",
Expand Down

0 comments on commit 7355ca6

Please sign in to comment.