Modules@robinpath/pinterest

@robinpath/pinterest

0.1.1Public

Pinterest module for RobinPath.

@robinpath/pinterest

Pinterest module for RobinPath.

Category Functions Auth License

Why use this module?

The pinterest module lets you:

  • listBoards
  • getBoard
  • createBoard
  • updateBoard
  • deleteBoard

All functions are callable directly from RobinPath scripts with a simple, consistent API.

Installation

npm install @robinpath/pinterest

Quick Start

1. Set up credentials

pinterest.setCredentials "your-credentials"

2. listBoards

pinterest.listBoards

Available Functions

FunctionDescription
pinterest.setCredentialsConfigure pinterest credentials.
pinterest.listBoardslistBoards
pinterest.getBoardgetBoard
pinterest.createBoardcreateBoard
pinterest.updateBoardupdateBoard
pinterest.deleteBoarddeleteBoard
pinterest.listBoardPinslistBoardPins
pinterest.listPinslistPins
pinterest.getPingetPin
pinterest.createPincreatePin
pinterest.updatePinupdatePin
pinterest.deletePindeletePin
pinterest.listBoardSectionslistBoardSections
pinterest.createBoardSectioncreateBoardSection
pinterest.getUserAccountgetUserAccount
pinterest.getPinAnalyticsgetPinAnalytics
pinterest.getBoardAnalyticsgetBoardAnalytics

Examples

listBoards

pinterest.listBoards

getBoard

pinterest.getBoard

createBoard

pinterest.createBoard

Integration with RobinPath

import { RobinPath } from "@wiredwp/robinpath";
import Module from "@robinpath/pinterest";

const rp = new RobinPath();
rp.registerModule(Module.name, Module.functions);
rp.registerModuleMeta(Module.name, Module.functionMetadata);

const result = await rp.executeScript(`
  pinterest.setCredentials "your-credentials"
  pinterest.listBoards
`);

Full API Reference

See MODULE.md for complete documentation including all parameters, return types, error handling, and advanced examples.

Related Modules

License

MIT

Versions (1)

VersionTagPublished
0.1.1latestyesterday
Install
$ robinpath install @robinpath/pinterest
Version0.1.1
LicenseMIT
Unpacked Size4.4 KB
Versions1
Weekly Downloads0
Total Downloads0
Stars0
Last Publishyesterday
Createdyesterday

Category

marketing