Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Missing Ticketing Calls #22

Closed
mdaines-r7 opened this issue Sep 6, 2012 · 2 comments
Closed

Implement Missing Ticketing Calls #22

mdaines-r7 opened this issue Sep 6, 2012 · 2 comments
Labels

Comments

@mdaines-r7
Copy link
Contributor

The gem does not currently implement the following ticketing calls:

  • TicketDetailsRequest
  • TicketListingRequest
@mdaines-r7
Copy link
Contributor Author

Listing request has been added. Details still needs to be done, and the create and update need to be refactored to a unified interface.

@mdaines-r7
Copy link
Contributor Author

Details has been implemented as Ticket#load. Create was converted to Ticket#save, as per design standards.

Turns out there is no Update request through the API.

There are a few TODOs in the ticket.rb file, mostly around handling multiple tickets at once and filtering on the listing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant