REST SDK Enhancer
Officialby BeMind Labs·Developer Tools
Extend UniCore API with custom endpoints, middleware hooks, and automatic SDK generation.
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
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)
94 reviews
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
- Performance improvements and stability fixes
- Updated compatibility for latest UniCore releases
- New configuration options
- Improved documentation and examples
- Initial stable release
Ready to install REST SDK Enhancer?
Open your UniCore dashboard and install this plugin in seconds.