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

Added a few more API methods #2

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

dren-dk
Copy link

@dren-dk dren-dk commented May 27, 2013

Hi, I added a couple of new API methods: get_projects, get_filter, search and add_comment

Notice that for search to work (because the jql parameter is bound to contain = chars) we need a fixed version of Net::HTTP::SPORE, because the current version fails to escape the parameters correctly, it ought to be possible to work around the bug by escaping the parameters, but that would break once Net::HTTP::SPORE gets fixed.

I've sent the Net::HTTP::SPORE maintainer a pull request with this fix:
dren-dk/net-http-spore@c560233

@ijab
Copy link

ijab commented Jun 3, 2013

Hi, dren-dk,
I've added more methods too and want to commit them here. I implemented create_issue/delete_issue/edit_issue/get_issue_comments/edit_comment/get_fields/... and I'll commit them in a few days. I also changed the api_prefix to a attribute that could be modified.
iJab

@gphat
Copy link
Owner

gphat commented Jun 5, 2013

Sounds good, folks!

Since we've got to wait on Net::HTTP::Spore can someone ping me when that gets squared away? Also, I'm happy to give out comaint bits or transfer the module if anyone is interested!

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

Successfully merging this pull request may close these issues.

None yet

3 participants