{"id":16087118,"url":"https://github.com/newapplesho/pardot-smalltalk","last_synced_at":"2025-04-05T15:10:54.341Z","repository":{"id":86446276,"uuid":"97286722","full_name":"newapplesho/pardot-smalltalk","owner":"newapplesho","description":"Pardot API for Pharo Smalltalk","archived":false,"fork":false,"pushed_at":"2017-09-24T04:09:24.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-11T11:51:23.552Z","etag":null,"topics":["pardot","pharo","smalltalk"],"latest_commit_sha":null,"homepage":"","language":"Smalltalk","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/newapplesho.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-07-15T02:23:40.000Z","updated_at":"2017-07-15T11:13:29.000Z","dependencies_parsed_at":"2023-07-13T18:00:42.122Z","dependency_job_id":null,"html_url":"https://github.com/newapplesho/pardot-smalltalk","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/newapplesho%2Fpardot-smalltalk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/newapplesho%2Fpardot-smalltalk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/newapplesho%2Fpardot-smalltalk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/newapplesho%2Fpardot-smalltalk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/newapplesho","download_url":"https://codeload.github.com/newapplesho/pardot-smalltalk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247353749,"owners_count":20925329,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["pardot","pharo","smalltalk"],"created_at":"2024-10-09T13:27:55.229Z","updated_at":"2025-04-05T15:10:54.321Z","avatar_url":"https://github.com/newapplesho.png","language":"Smalltalk","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pardot-smalltalk [![Build Status](https://travis-ci.org/newapplesho/pardot-smalltalk.svg?branch=master)](https://travis-ci.org/newapplesho/pardot-smalltalk)\n\n[Pardot API](http://developer.pardot.com/) for Pharo Smalltalk.\n\n# Supported Smalltalk Versions\n\nPharo Smalltalk 5.0, 6.0\n\n# Installation\n\n```smalltalk\nMetacello new\n    baseline: 'Pardot';\n    repository: 'github://newapplesho/pardot-smalltalk:v0.1.2/pharo-repository';\n    load.\n```\n\n# Usage\n\n## Setup\n[official documentation](http://developer.pardot.com/#authentication)\n\u003e Obtain the email, password, and user_key (available in Pardot under {your email address} \u003e Settings in the API User Key row) for the Pardot user account that will be submitting API requests.\n\n```smalltalk\nPardotSettings initialize.\nPardotSettings default \n\temail: '\u003cemail\u003e'; \n\tpassword: '\u003cpassword\u003e'; \n\tuserKey: '\u003cuser_key\u003e'.\n```\n\n\n## Authentication\n\n```smalltalk\n\"print it. 32-character hexadecimal API key will be returned\".\nPardotLogin new authenticate. \n```\n\n## Prospects\n\n### Upserting Prospects\n\n```smalltalk\nPardotProspects new upsertEmail: '\u003cemail\u003e'.\n```\n\n## Visitors\n\n### Assigning and Reassigning Visitors\n\n```smalltalk\nPardotVisitor new assignVisitorId: '\u003cvisitor_id\u003e' byProspectId: '\u003cprospect_id\u003e'.\n```\n\n\n## Error handling\n\n```smalltalk\n[ PardotProspects new readEmail: '\u003ce-mail\u003e' ]\n\ton: PardotException do:[:ex | ex inspect ].\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnewapplesho%2Fpardot-smalltalk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnewapplesho%2Fpardot-smalltalk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnewapplesho%2Fpardot-smalltalk/lists"}