Skip to content

struggling to pass arguments #14

Description

@kageanrage

regardless of what arguments I try to pass, they seem to get ignored, and I just get the same response, so I must have the formatting wrong. I can't see a clear example in the library documentation re. how to pass arguments / clarify the desired endpoint

e.g.
r = wpapi.get("posts")

(and then printing the json contents of the variable 'r')

... yields the same response as:

r = wpapi.get("posts?status=draft")

or

r = wpapi.get("posts?slug=member_post_abc")

If you could please clarify, I'd be grateful.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions