
Security News
TypeScript is Porting Its Compiler to Go for 10x Faster Builds
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
@bitmovin/api-sdk
Advanced tools
Using this API client requires an active account.
Don't have an account yet? Sign up for a free Bitmovin trial plan!
If you have any questions regarding the SDK, provided examples or our services, please log in to your Bitmovin Dashboard at https://bitmovin.com/dashboard and create a support ticket. Our team will get back to you as soon as possible :+1:
npm install @bitmovin/api-sdk@1.221.0
Using ES6 import
import BitmovinApi from '@bitmovin/api-sdk';
const bitmovinApi = new BitmovinApi({apiKey: '<YOUR_API_KEY>'});
With require
exports.__esModule = true;
const BitmovinApi = require('@bitmovin/api-sdk')["default"];
const bitmovinApi = new BitmovinApi({apiKey: '<YOUR_API_KEY>'});
Use @bitmovin/api-sdk/dist/bitmovin-api-sdk.browser.js
or bitmovin-api-sdk.browser.min.js
for the minified version.
Import @bitmovin/api-sdk/dist/index.js
.
@bitmovin/api-sdk/dist/index.d.ts
)You can find sample workflow scripts in the Bitmovin API SDK examples repository.
bitmovin-api-sdk-javascript
is the latest Bitmovin API client for TypeScript / JavaScript. It guarantees 100% specification conformity at any given time and access to all features of the API as soon as they are released.
However, if you need to use the previous version for legacy reasons, you can still find it at bitmovin-javascript.
FAQs
Bitmovin JS/TS API SDK
The npm package @bitmovin/api-sdk receives a total of 1,071 weekly downloads. As such, @bitmovin/api-sdk popularity was classified as popular.
We found that @bitmovin/api-sdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.