Skip to content

the post method uses the :query option instead of :body #25

@etalley

Description

@etalley

https://github.com/Pardot/ruby-pardot/blob/master/lib/pardot/http.rb#L19

check_response self.class.post(full_path, :query => params)

should be

check_response self.class.post(full_path, :body => params)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions