Skip to content

Fix Get-ForumThread #8

Description

@afscrome

Calling Get-ForumThread usually fails due to overlapping paramater set parameters, so powershell is unable to determine which set to actually use. This is because the forum thread endpoint is special in that the query type is defined by seperate routes /active.json, /unread.json as opposed to as query string params as used elsewhere.

It may be simplest to just exclude this from code generation, and handle it as a special case.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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