Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix RDoc formating and update broken API v3 links #30

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The available objects are:

=== Querying Objects

http://developer.pardot.com/kb/api-version-3/querying-prospects
http://developer.pardot.com/kb/api-version-3/prospects/#querying-prospects

Most objects accept limit, offset, sort_by, and sord_order parameters

Expand All @@ -47,7 +47,7 @@ Most objects accept limit, offset, sort_by, and sord_order parameters

See each individual object's API reference page for available methods

http://developer.pardot.com/kb/api-version-3/using-prospects
http://developer.pardot.com/kb/api-version-3/prospects/#using-prospects

prospect = client.prospects.create("[email protected]", :first_name => "John", :last_name => "Doe")

Expand All @@ -57,7 +57,7 @@ http://developer.pardot.com/kb/api-version-3/using-prospects

=== Emails

See each individual call's [API reference page](http://developer.pardot.com/kb/api-version-3/introduction-table-of-contents).
See each individual call's {API reference page}[http://developer.pardot.com/kb/api-version-3/emails/].

# Sample usage
@pardot.emails.read_by_id(email_id)
Expand Down