Modules@robinpath/box
@robinpath/box
0.1.1PublicBox module for RobinPath.
@robinpath/box
Box module for RobinPath.
Why use this module?
The box module lets you:
- listFolderItems
- getFolderInfo
- createFolder
- deleteFolder
- getFileInfo
All functions are callable directly from RobinPath scripts with a simple, consistent API.
Installation
npm install @robinpath/box
Quick Start
1. Set up credentials
box.setCredentials "your-credentials"
2. listFolderItems
box.listFolderItems
Available Functions
| Function | Description |
|---|---|
box.setCredentials | Configure box credentials. |
box.listFolderItems | listFolderItems |
box.getFolderInfo | getFolderInfo |
box.createFolder | createFolder |
box.deleteFolder | deleteFolder |
box.getFileInfo | getFileInfo |
box.downloadFile | downloadFile |
box.deleteFile | deleteFile |
box.copyFile | copyFile |
box.moveFile | moveFile |
box.uploadFile | uploadFile |
box.searchContent | searchContent |
box.createSharedLink | createSharedLink |
box.getSharedLink | getSharedLink |
box.listCollaborations | listCollaborations |
box.addCollaboration | addCollaboration |
box.getUser | getUser |
box.updateFileInfo | updateFileInfo |
box.lockFile | lockFile |
Examples
listFolderItems
box.listFolderItems
getFolderInfo
box.getFolderInfo
createFolder
box.createFolder
Integration with RobinPath
import { RobinPath } from "@wiredwp/robinpath";
import Module from "@robinpath/box";
const rp = new RobinPath();
rp.registerModule(Module.name, Module.functions);
rp.registerModuleMeta(Module.name, Module.functionMetadata);
const result = await rp.executeScript(`
box.setCredentials "your-credentials"
box.listFolderItems
`);
Full API Reference
See MODULE.md for complete documentation including all parameters, return types, error handling, and advanced examples.
Related Modules
@robinpath/s3— Amazon S3 module for complementary functionality@robinpath/dropbox— Dropbox module for complementary functionality@robinpath/onedrive— OneDrive module for complementary functionality@robinpath/google-drive— Google Drive module for complementary functionality@robinpath/json— JSON module for complementary functionality
License
MIT
Versions (1)
| Version | Tag | Published |
|---|---|---|
| 0.1.1 | latest | yesterday |
Related Modules
devops
0
@robinpath/bitbucket
v0.1.1robinpath
Bitbucket module for RobinPath.
0 downloads
...
devops
0
@robinpath/cache
v0.1.1robinpath
In-memory key-value cache with optional TTL expiration for temporary data storage
0 downloads
...
devops
0
@robinpath/cloudflare
v0.1.1robinpath
Cloudflare module for RobinPath.
0 downloads
...
devops
0
@robinpath/cron
v0.1.0robinpath
Cron expression parsing, validation, scheduling, and human-readable descriptions
0 downloads
...
Install
$ robinpath install @robinpath/box Version0.1.1
LicenseMIT
Unpacked Size4.6 KB
Versions1
Weekly Downloads0
Total Downloads0
Stars0
Last Publishyesterday
Createdyesterday

