-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
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:
- https://sirportly.com/docs/api-specification/tickets/listing-tickets-by-filter
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:
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.
Metadata
Metadata
Assignees
Labels
No labels