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

List all problem tickets and autocomplete not implemented #135

Closed
devarispbrown opened this issue Nov 8, 2013 · 2 comments
Closed

List all problem tickets and autocomplete not implemented #135

devarispbrown opened this issue Nov 8, 2013 · 2 comments

Comments

@devarispbrown
Copy link

GET /api/v2/problems.json
POST /api/v2/problems/autocomplete.json?text={name}

@steved
Copy link
Contributor

steved commented Nov 11, 2013

# GET /api/v2/problems
client.tickets(:path => "problems") 
# POST /api/v2/problems/autocomplete
client.tickets(:path => "problems/autocomplete", :text => "{name}", :verb => :post) 

@steved steved closed this as completed Nov 11, 2013
@steved steved reopened this Nov 11, 2013
@nogates
Copy link
Collaborator

nogates commented Aug 25, 2019

I think this can be closed, right?

@nogates nogates closed this as completed Aug 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants