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

Consider switching to an existing Gerrit REST API client library #3

Open
sschuberth opened this issue Jan 29, 2016 · 1 comment
Open

Comments

@sschuberth
Copy link
Contributor

Instead of issuing SSH calls, it would be more portable and future-proof to use Gerrit's REST API instead. At least two serious libraries already exist, gerrit-rest-java-client and org.eclipse.egerrit.core. It's probably a good idea to look at these and take either one into use.

@sschuberth sschuberth changed the title Consider switching to an exitsing Gerrit REST API client library Consider switching to an existing Gerrit REST API client library May 20, 2016
@chrisinmtown
Copy link

Would switching to a client library allow anonymous query of a gerrit server? For example all the gerrit servers in Linux Foundation projects support anonymous access via https to the REST API, but none allow ssh access to that same API. If switching adds that feature, then I vote +1.

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

2 participants