Installation

Get the Mybe CMS SDK up and running in your project

Using npm

npm install @mybe/sdk

Using Yarn

yarn add @mybe/sdk

Using pnpm

pnpm add @mybe/sdk

Verify Installation

To verify the installation was successful, create a simple test file:

import { MybeSDK } from '@mybe/sdk';

const sdk = new MybeSDK({
  apiKey: 'your-api-key'
});

console.log('SDK initialized successfully!');

Requirements

  • • Node.js 18 or higher
  • • TypeScript 5.0 or higher (optional, for type support)
  • • Modern browser with fetch API support