Guides
Task-oriented walkthroughs for the things people do with pin.
Each guide is built around a job rather than a command. They assume you have run the quick start.
- Collect data: turn commands into datasets with jq, CSV, and a database tee.
- Resource URIs: use pin as a
database/sql-style driver so a host can address Pinterest aspinterest://URIs. - Add a command: model a Pinterest record and turn it into a command, a route, and a tool at once.
Add a command
Model a Pinterest record and expose it as a command, a route, and a tool at once.
Resource URIs
Use pin as a database/sql-style driver so a host program can address Pinterest as pinterest:// URIs.
Collect data
Turn pin commands into datasets: pipe to jq, build a CSV, or tee straight into a database.