Marcus Smith
Marcus Smith
``` import PinterestAPI from 'pinterest-node-api' this.client = new PinterestAPI() const ACCESS_TOKEN_SANDBOX = 'pina_something' this.client.setUserToken(ACCESS_TOKEN_SANDBOX) ``` createPin ``` var payload = { link: tokenDetailsURL, title: tokenTitle, description: description, dominant_color: '#6E7874', alt_text:...
**Is your feature request related to a problem? Please describe.** I want to query `getJobCountByType` and include a minimum created at time. We have a health check that reports when...
 Where can I create a custom job?