Hello,
You API documentation seems to show calls that use V2 of your API, but the V1 is hardcoded into the gem:
Are you expecting to update the gem to use the new API version any time soon?
This is actually because I would like to use this call:
conditions[status] = 'new'
which doesn't appear to work, but
conditions[status] = 12345
does?
Oh and finally (and I do like the API I'm just having a bit of trouble using it), I was going to fork your repo to see if I could help fix things, but your repo is called ruby-library which is too generic for me to fork into my own personal github account. ruby-sirportly would be much better.
Hello,
You API documentation seems to show calls that use V2 of your API, but the V1 is hardcoded into the gem:
Are you expecting to update the gem to use the new API version any time soon?
This is actually because I would like to use this call:
as I'd like to return tickets by filter, and would also like to provide extra conditions, but those conditions seem a little broken. The docs state you need to add:
which doesn't appear to work, but
does?
Oh and finally (and I do like the API I'm just having a bit of trouble using it), I was going to fork your repo to see if I could help fix things, but your repo is called
ruby-librarywhich is too generic for me to fork into my own personal github account.ruby-sirportlywould be much better.