You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 25, 2019. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
GET /api/v1/tickets/search.json
returns the same result, regardless of what values are passed for parameterspage
,per_page
andquery
. Looking at the source code of this library, it seems that anyclient.get
will ultimately discard the parameters provided (see line 102 ofclient.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.The text was updated successfully, but these errors were encountered: