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

Insure we are not using the old API in any place #25

Closed
rombert opened this issue Feb 11, 2011 · 1 comment
Closed

Insure we are not using the old API in any place #25

rombert opened this issue Feb 11, 2011 · 1 comment
Labels
Milestone

Comments

@rombert
Copy link
Owner

rombert commented Feb 11, 2011

No description provided.

@rombert
Copy link
Owner Author

rombert commented Feb 28, 2011

RestfulReviewboardClient.java (11 matches)
252: JSONObject diffs = new JSONObject(httpClient.executeGet("/api/json/reviewrequests/"
396: return reviewboardReader.readRepositories(httpClient.executeGet("/api/json/repositories/",
401: return reviewboardReader.readUsers(httpClient.executeGet("/api/json/users/", monitor));
405: return reviewboardReader.readGroups(httpClient.executeGet("/api/json/groups/", monitor));
412: httpClient.executeGet("/api/json/reviewrequests/" + query, monitor));
440: "/api/json/reviewrequests/new/", parameters, monitor));
458: "/api/json/reviewrequests/"
465: httpClient.executeGet("/api/json/reviewrequests/" + reviewRequestId + "/reviews/",
497: httpClient.executePost("/api/json/reviewrequests/" + reviewRequest.getId() + "/draft/set/",
500: "/api/json/reviewrequests/" + reviewRequest.getId() + "/draft/save/", monitor);
501: httpClient.executePost("/api/json/reviewrequests/" + reviewRequest.getId() + "/publish/",
ReviewboardHttpClient.java
106: PostMethod loginRequest = new PostMethod(location.getUrl() + "/api/json/accounts/login/");

This issue was closed.
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