Plugin Marketplace
⚙️

REST SDK Enhancer

Official

by BeMind Labs·Developer Tools

Extend UniCore API with custom endpoints, middleware hooks, and automatic SDK generation.

Free
4.43.5k
Install in Dashboard

Requires a running UniCore instance

Updated March 12, 2026v1.1.04.4 (94 reviews)3.5k installs
Compatible with:communityproenterprise

About

REST SDK Enhancer gives developers the power to extend UniCore's API surface with custom endpoints, request/response middleware, and automatic SDK generation for multiple languages.

Key Features

  • Custom endpoint registration via YAML or TypeScript config
  • Request/response middleware hooks for logging, transformation, validation
  • Automatic TypeScript, Python, and Go SDK generation from your API spec
  • OpenAPI 3.0 spec extension and export
  • Per-endpoint rate limiting configuration
  • API versioning support with automatic compatibility shims
  • Built-in developer console with live API testing
  • Who It's For

    Backend developers who need to extend UniCore's API for custom integrations, partners who want to expose UniCore data to external systems, and teams building on top of UniCore as a platform.

    Installation

    Installation

    1. Install from **Settings → Plugins**

    2. Access the developer console at **/developer/console** in your dashboard

    3. Define custom endpoints in `unicore.plugins.ts` in your project root:

    export default {

    endpoints: [

    {

    path: '/api/v1/custom/my-endpoint',

    method: 'GET',

    handler: './handlers/my-handler.ts',

    auth: 'jwt',

    rateLimit: { window: '1m', max: 60 },

    },

    ],

    }

    4. Deploy the config: **Developer → SDK Enhancer → Deploy**

    5. Generate client SDKs: **Developer → SDK Generator → Download**

    SDK Generation

    Supported output languages: TypeScript, JavaScript (ESM/CJS), Python 3, Go. The generated SDK includes full type definitions and JSDoc/docstring annotations.

    Reviews(94)

    4.4

    94 reviews

    s
    sarah_m
    Mar 2026

    REST SDK Enhancer works exactly as advertised. Integration was smooth and the support docs are excellent. Highly recommend for any team serious about automation.

    Version History

    v1.1.0LatestMar 12, 2026
    • Performance improvements and stability fixes
    • Updated compatibility for latest UniCore releases
    v1.0.0Dec 12, 2025
    • New configuration options
    • Improved documentation and examples
    v1.0.0Sep 13, 2025
    • Initial stable release

    Tags

    apisdkdeveloperrest

    Resources

    More in Developer Tools

    Ready to install REST SDK Enhancer?

    Open your UniCore dashboard and install this plugin in seconds.