Guides
Task-oriented walkthroughs for the things people do with ph.
Each guide is built around a job rather than a command. They assume you have run the quick start.
- Set up the API plane gets free credentials and turns on the reliable GraphQL reads.
- Script and pipe ph shapes records for
jq, spreadsheets, and a local store, and serves them over HTTP. - Add a command models a real Product Hunt record and turns it into a command, a route, and a tool at once.
- Resource URIs uses ph as a
database/sql-style driver so a host can address Product Hunt asproducthunt://URIs.
Set up the API plane
Get free credentials and turn on the reliable GraphQL reads.
Add a command
Model a real Product Hunt record and expose it as a command, a route, and a tool at once.
Resource URIs
Use ph as a database/sql-style driver so a host program can address Product Hunt as producthunt:// URIs.
Script and pipe ph
Shape records for jq, spreadsheets, and a local store, and serve them over HTTP.