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

Enable passing identifiers to ActionNetwork upsert_person() #861

Merged
merged 5 commits into from
Aug 10, 2023

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    e1dc5ea View commit details
    Browse the repository at this point in the history
  2. Remove unused arguments from method

    self.get_page method doesn't exist and that method call doesn't return
    anything. The return statement works fine as-is to return all tags and
    handles pagination on its own.
    austinweisgrau committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    fb26abc View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Include deprecated per_page argument for backwards compatibility

    Emit a deprecation warning if this argument is used
    austinweisgrau committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    22952c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55ecd18 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    2b597bb View commit details
    Browse the repository at this point in the history