Modules@robinpath/deepl
@robinpath/deepl
0.1.0PublicDeepL module for RobinPath.
@robinpath/deepl
DeepL module for RobinPath.
Why use this module?
The deepl module lets you:
- translateText
- translateBatch
- getUsage
- listSourceLanguages
- listTargetLanguages
All functions are callable directly from RobinPath scripts with a simple, consistent API.
Installation
npm install @robinpath/deepl
Quick Start
1. Set up credentials
deepl.setCredentials "your-credentials"
2. translateText
deepl.translateText
Available Functions
| Function | Description |
|---|---|
deepl.setCredentials | Configure deepl credentials. |
deepl.translateText | translateText |
deepl.translateBatch | translateBatch |
deepl.getUsage | getUsage |
deepl.listSourceLanguages | listSourceLanguages |
deepl.listTargetLanguages | listTargetLanguages |
deepl.listGlossaryLanguagePairs | listGlossaryLanguagePairs |
deepl.createGlossary | createGlossary |
deepl.getGlossary | getGlossary |
deepl.listGlossaries | listGlossaries |
deepl.deleteGlossary | deleteGlossary |
deepl.getGlossaryEntries | getGlossaryEntries |
deepl.translateDocument | translateDocument |
Examples
translateText
deepl.translateText
translateBatch
deepl.translateBatch
getUsage
deepl.getUsage
Integration with RobinPath
import { RobinPath } from "@wiredwp/robinpath";
import Module from "@robinpath/deepl";
const rp = new RobinPath();
rp.registerModule(Module.name, Module.functions);
rp.registerModuleMeta(Module.name, Module.functionMetadata);
const result = await rp.executeScript(`
deepl.setCredentials "your-credentials"
deepl.translateText
`);
Full API Reference
See MODULE.md for complete documentation including all parameters, return types, error handling, and advanced examples.
Related Modules
@robinpath/openai— OpenAI module for complementary functionality@robinpath/anthropic— Anthropic module for complementary functionality@robinpath/ai— AI module for complementary functionality@robinpath/translate— Translate module for complementary functionality@robinpath/json— JSON module for complementary functionality
License
MIT
Versions (1)
| Version | Tag | Published |
|---|---|---|
| 0.1.0 | latest | yesterday |
Related Modules
ai
0
@robinpath/agent
v0.1.1robinpath
AI agent integration (Claude Code, OpenAI Codex) for RobinPath pipelines
0 downloads
...
ai
0
@robinpath/ai
v0.1.1robinpath
LLM integration for OpenAI, Anthropic, and compatible APIs
0 downloads
...
ai
0
@robinpath/anthropic
v0.1.1robinpath
Anthropic module for RobinPath.
0 downloads
...
ai
0
@robinpath/openai
v0.1.1robinpath
OpenAI module for RobinPath.
0 downloads
...
Install
$ robinpath install @robinpath/deepl Version0.1.0
LicenseMIT
Unpacked Size4.1 KB
Versions1
Weekly Downloads0
Total Downloads0
Stars0
Last Publishyesterday
Createdyesterday

