Skip to content
This repository was archived by the owner on Jul 25, 2019. It is now read-only.
This repository was archived by the owner on Jul 25, 2019. It is now read-only.

Ticket searching does not respect request parameters #4

@tboyko

Description

@tboyko

GET /api/v1/tickets/search.json returns the same result, regardless of what values are passed for parameters page, per_page and query. Looking at the source code of this library, it seems that any client.get will ultimately discard the parameters provided (see line 102 of client.rb).

I tried remedying this by modifying uservoice-ruby so that it will pass these parameters for get requests as well, though it didn't work. I suspect I am missing something, or, additional considerations need to be made when using the the underlying Oauth::AccessToken object.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions