Re: Comment on ReviewBoardAPI in reviewboard

2010-08-18 Thread reviewboard
Comment by rajesh.arr: hi how are you For more information: http://code.google.com/p/reviewboard/wiki/ReviewBoardAPI -- You received this message because you are subscribed to the Google Groups "reviewboard-issues" group. To post to this group, send email to reviewboard-iss...@googlegroups.co

Re: Comment on ReviewBoardAPI in reviewboard

2010-03-26 Thread reviewboard
Comment by chipx86: Temporary outage. It's back up. For more information: http://code.google.com/p/reviewboard/wiki/ReviewBoardAPI -- You received this message because you are subscribed to the Google Groups "reviewboard-issues" group. To post to this group, send email to reviewboard-iss...@g

Re: Comment on ReviewBoardAPI in reviewboard

2010-03-26 Thread reviewboard
Comment by omni.digitaldarkness: That link is 404. For more information: http://code.google.com/p/reviewboard/wiki/ReviewBoardAPI -- You received this message because you are subscribed to the Google Groups "reviewboard-issues" group. To post to this group, send email to reviewboard-iss...@go

Re: Comment on ReviewBoardAPI in reviewboard

2010-02-22 Thread reviewboard
Comment by evgeny.zislis: The responses are json, but the requests (in rb 1.5) are strangely sent using multipart form data! Took me ages to figure out how to request stuff from the server. Example: {{{ curl --cookie cookies.txt --cookie-jar cookies.txt -X POST -F "username=xxx" -F "passw

Re: Comment on ReviewBoardAPI in reviewboard

2010-02-22 Thread reviewboard
Comment by evgeny.zislis: The responses are json, but the requests (in rb 1.5) are strangly sent using multipart form data! Took me ages to figure out how to request stuff from the server. Example: {{{ curl --cookie cookies.txt --cookie-jar cookies.txt -X POST -F "username=xxx" -F "passwo

Re: Comment on ReviewBoardAPI in reviewboard

2010-02-22 Thread reviewboard
Comment by evgeny.zislis: The responses are json, but the requests (in rb 1.5) are strangle multipart form data! Took me ages to figure out how to request stuff from the server. Example: {{{ curl --cookie cookies.txt --cookie-jar cookies.txt -X POST -F "username=xxx" -F "password=yyy" htt

Comment on ReviewBoardAPI in reviewboard

2009-10-29 Thread codesite-noreply
Comment by p...@swooby.com: Example Python code: {{{ import simplejson import sys import urllib class ReviewBoard: def __init__(self, server, username, password): self.server = server self.username = username self.password = password def Run(self, command, params=None, thro

Comment on ReviewBoardAPI in reviewboard

2009-10-29 Thread codesite-noreply
Comment by p...@swooby.com: Example Python code: {{{ import simplejson import sys import urllib class ReviewBoard: def __init__(self, server, username, password): self.server = server self.username = username self.password = password def Run(self, command, params=None, thro

Comment on ReviewBoardAPI in reviewboard

2009-10-29 Thread codesite-noreply
Comment by p...@swooby.com: Python example: import simplejson import sys import urllib class ReviewBoard: def __init__(self, server, username, password): self.server = server self.username = username self.password = password def Run(self, command, params=None, throw=True):

Comment on ReviewBoardAPI in reviewboard

2009-08-31 Thread codesite-noreply
Comment by sameerud: How can get I get count of all reviews including closed ones? For more information: http://code.google.com/p/reviewboard/wiki/ReviewBoardAPI --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "re

Comment on ReviewBoardAPI in reviewboard

2009-03-21 Thread codesite-noreply
Comment by helder: Could anyone document better the diff/new call please? For more information: http://code.google.com/p/reviewboard/wiki/ReviewBoardAPI --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "reviewboard